Html Css Color HEX #CC78EF Heliotrope

📋 copy color: '#CC78EF'

red 204 ◦ green 120 ◦ blue 239

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

Shades of Heliotrope #CC78EF

Tints of Heliotrope #CC78EF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.31%

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

R = 36.23%
G = 21.31%
B = 42.45%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC78EF (or 0xCC78EF) is known color: Heliotrope. HEX triplet: CC, 78 and EF. RGB value is (204,120,239). Sum of RGB (Red+Green+Blue) = 204+120+239=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78EF is #338710. Grayscale: #9E9E9E. Windows color (decimal): -3376913 or 15694028. OLE color: 15694028.

HSL color Cylindrical-coordinate representation of color #CC78EF: hue angle of 282.35º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC78EF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 120 239 -
CMYK 0.15 0.50 0 0.06
HSL 282.35º 0.79% 0.7% -
HSV(B) 282.35º 0.5% 0.94% -
XYZ 47.2 32.5 85.45 -
YUV 158.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 204 120 239 0.15 0.50 0 0.06 282.35 0.79 0.7
Hex CC 78 EF F 32 0 6 11A 4F 46
Octal 314 170 357 17 62 0 6 432 117 106
Binary 11001100 1111000 11101111 1111 110010 0 110 100011010 1001111 1000110

Color Harmonies of #CC78EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78EF

Black with #CC78EF

Text Example


Text Example

White with #CC78EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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