Html Css Color HEX #CC6CEF Heliotrope

📋 copy color: '#CC6CEF'

red 204 ◦ green 108 ◦ blue 239

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

Shades of Heliotrope #CC6CEF

Tints of Heliotrope #CC6CEF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 19.6%

 BLUE value IS 239 (93.75% from 255) = 43.38%

R = 37.02%
G = 19.6%
B = 43.38%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC6CEF (or 0xCC6CEF) is known color: Heliotrope. HEX triplet: CC, 6C and EF. RGB value is (204,108,239). Sum of RGB (Red+Green+Blue) = 204+108+239=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 108 (42.58% from 255 or 19.60% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC6CEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC6CEF is #339310. Grayscale: #979797. Windows color (decimal): -3379985 or 15690956. OLE color: 15690956.

HSL color Cylindrical-coordinate representation of color #CC6CEF: hue angle of 283.97º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC6CEF is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 108 239 -
CMYK 0.15 0.55 0 0.06
HSL 283.97º 0.8% 0.68% -
HSV(B) 283.97º 0.55% 0.94% -
XYZ 45.84 29.79 85 -
YUV 151.64 177.3 165.35 -
System Red Green Blue C M Y K H S L
Decimal 204 108 239 0.15 0.55 0 0.06 283.97 0.8 0.68
Hex CC 6C EF F 37 0 6 11C 50 44
Octal 314 154 357 17 67 0 6 434 120 104
Binary 11001100 1101100 11101111 1111 110111 0 110 100011100 1010000 1000100

Color Harmonies of #CC6CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CEF

Black with #CC6CEF

Text Example


Text Example

White with #CC6CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CEF; }

 p { color: rgb(204,108,239); }

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

background-color css

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

 a { background-color: rgb(204,108,239); }

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

border-color css

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

 span { border-color: rgb(204,108,239); }

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