Html Css Color HEX #CC78E8 Heliotrope

📋 copy color: '#CC78E8'

red 204 ◦ green 120 ◦ blue 232

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

Shades of Heliotrope #CC78E8

Tints of Heliotrope #CC78E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 36.69%
G = 21.58%
B = 41.73%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC78E8 (or 0xCC78E8) is known color: Heliotrope. HEX triplet: CC, 78 and E8. RGB value is (204,120,232). Sum of RGB (Red+Green+Blue) = 204+120+232=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC78E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78E8 is #338717. Grayscale: #9D9D9D. Windows color (decimal): -3376920 or 15235276. OLE color: 15235276.

HSL color Cylindrical-coordinate representation of color #CC78E8: hue angle of 285º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC78E8 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 120 232 -
CMYK 0.12 0.48 0 0.09
HSL 285º 0.71% 0.69% -
HSV(B) 285º 0.48% 0.91% -
XYZ 46.18 32.1 80.11 -
YUV 157.88 169.83 160.89 -
System Red Green Blue C M Y K H S L
Decimal 204 120 232 0.12 0.48 0 0.09 285 0.71 0.69
Hex CC 78 E8 C 30 0 9 11D 47 45
Octal 314 170 350 14 60 0 11 435 107 105
Binary 11001100 1111000 11101000 1100 110000 0 1001 100011101 1000111 1000101

Color Harmonies of #CC78E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78E8

Black with #CC78E8

Text Example


Text Example

White with #CC78E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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