Html Css Color HEX #C666FC Heliotrope

📋 copy color: '#C666FC'

red 198 ◦ green 102 ◦ blue 252

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

Shades of Heliotrope #C666FC

Tints of Heliotrope #C666FC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.48%

 BLUE value IS 252 (98.83% from 255) = 45.65%

R = 35.87%
G = 18.48%
B = 45.65%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C666FC (or 0xC666FC) is known color: Heliotrope. HEX triplet: C6, 66 and FC. RGB value is (198,102,252). Sum of RGB (Red+Green+Blue) = 198+102+252=552 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.87% from 552); Green value is 102 (40.23% from 255 or 18.48% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #C666FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C666FC is #399903. Grayscale: #939393. Windows color (decimal): -3774724 or 16541382. OLE color: 16541382.

HSL color Cylindrical-coordinate representation of color #C666FC: hue angle of 278.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C666FC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 102 252 -
CMYK 0.21 0.60 0 0.01
HSL 278.4º 0.96% 0.69% -
HSV(B) 278.4º 0.6% 0.99% -
XYZ 45.61 28.54 95.2 -
YUV 147.8 186.8 163.8 -
System Red Green Blue C M Y K H S L
Decimal 198 102 252 0.21 0.60 0 0.01 278.4 0.96 0.69
Hex C6 66 FC 15 3C 0 1 116 60 45
Octal 306 146 374 25 74 0 1 426 140 105
Binary 11000110 1100110 11111100 10101 111100 0 1 100010110 1100000 1000101

Color Harmonies of #C666FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C666FC

Black with #C666FC

Text Example


Text Example

White with #C666FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C666FC; }

 p { color: rgb(198,102,252); }

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

background-color css

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

 a { background-color: rgb(198,102,252); }

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

border-color css

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

 span { border-color: rgb(198,102,252); }

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