Html Css Color HEX #CC6EFC Heliotrope

📋 copy color: '#CC6EFC'

red 204 ◦ green 110 ◦ blue 252

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

Shades of Heliotrope #CC6EFC

Tints of Heliotrope #CC6EFC

RGB

 RED value IS 204 (80.08% from 255) = 36.04%

 GREEN value IS 110 (43.36% from 255) = 19.43%

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

R = 36.04%
G = 19.43%
B = 44.52%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CC6EFC (or 0xCC6EFC) is known color: Heliotrope. HEX triplet: CC, 6E and FC. RGB value is (204,110,252). Sum of RGB (Red+Green+Blue) = 204+110+252=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6EFC is #339103. Grayscale: #999999. Windows color (decimal): -3379460 or 16543436. OLE color: 16543436.

HSL color Cylindrical-coordinate representation of color #CC6EFC: hue angle of 279.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC6EFC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 110 252 -
CMYK 0.19 0.56 0 0.01
HSL 279.72º 0.96% 0.71% -
HSV(B) 279.72º 0.56% 0.99% -
XYZ 48.05 31.02 95.55 -
YUV 154.29 183.14 163.45 -
System Red Green Blue C M Y K H S L
Decimal 204 110 252 0.19 0.56 0 0.01 279.72 0.96 0.71
Hex CC 6E FC 13 38 0 1 118 60 47
Octal 314 156 374 23 70 0 1 430 140 107
Binary 11001100 1101110 11111100 10011 111000 0 1 100011000 1100000 1000111

Color Harmonies of #CC6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6EFC

Black with #CC6EFC

Text Example


Text Example

White with #CC6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6EFC; }

 p { color: rgb(204,110,252); }

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

background-color css

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

 a { background-color: rgb(204,110,252); }

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

border-color css

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

 span { border-color: rgb(204,110,252); }

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