Html Css Color HEX #C660FB Heliotrope

📋 copy color: '#C660FB'

red 198 ◦ green 96 ◦ blue 251

#C660FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C660FB

Tints of Heliotrope #C660FB

RGB

 RED value IS 198 (77.73% from 255) = 36.33%

 GREEN value IS 96 (37.89% from 255) = 17.61%

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 36.33%
G = 17.61%
B = 46.06%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C660FB (or 0xC660FB) is known color: Heliotrope. HEX triplet: C6, 60 and FB. RGB value is (198,96,251). Sum of RGB (Red+Green+Blue) = 198+96+251=545 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.33% from 545); Green value is 96 (37.89% from 255 or 17.61% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #C660FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660FB is #399F04. Grayscale: #8F8F8F. Windows color (decimal): -3776261 or 16474310. OLE color: 16474310.

HSL color Cylindrical-coordinate representation of color #C660FB: hue angle of 279.48º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C660FB is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 96 251 -
CMYK 0.21 0.62 0 0.02
HSL 279.48º 0.95% 0.68% -
HSV(B) 279.48º 0.62% 0.98% -
XYZ 44.88 27.34 94.18 -
YUV 144.17 188.29 166.4 -
System Red Green Blue C M Y K H S L
Decimal 198 96 251 0.21 0.62 0 0.02 279.48 0.95 0.68
Hex C6 60 FB 15 3E 0 2 117 5F 44
Octal 306 140 373 25 76 0 2 427 137 104
Binary 11000110 1100000 11111011 10101 111110 0 10 100010111 1011111 1000100

Color Harmonies of #C660FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C660FB

Black with #C660FB

Text Example


Text Example

White with #C660FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C660FB; }

 p { color: rgb(198,96,251); }

 H1.HeaderClassName
 {
   color: #C660FB;
 }
 .AnyTagClassName
 {
   color: #C660FB;
 }
</style>

background-color css

<style>
 a { background-color: #C660FB; }

 a { background-color: rgb(198,96,251); }

 div.DivClassName
 {
   background-color: #C660FB;
 }
 .BgClassName
 {
   background-color: #C660FB;
 }
</style>

border-color css

<style>
 span { border-color: #C660FB; }

 span { border-color: rgb(198,96,251); }

 td.TdClassName
 {
   border-color: #C660FB;
 }
 .TagClassName
 {
   border-color: #C660FB;
 }
</style>