Html Css Color HEX #CC78E6 Heliotrope

📋 copy color: '#CC78E6'

red 204 ◦ green 120 ◦ blue 230

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

Shades of Heliotrope #CC78E6

Tints of Heliotrope #CC78E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.52%

R = 36.82%
G = 21.66%
B = 41.52%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC78E6 (or 0xCC78E6) is known color: Heliotrope. HEX triplet: CC, 78 and E6. RGB value is (204,120,230). Sum of RGB (Red+Green+Blue) = 204+120+230=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC78E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78E6 is #338719. Grayscale: #9D9D9D. Windows color (decimal): -3376922 or 15104204. OLE color: 15104204.

HSL color Cylindrical-coordinate representation of color #CC78E6: hue angle of 285.82º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC78E6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 120 230 -
CMYK 0.11 0.48 0 0.10
HSL 285.82º 0.69% 0.69% -
HSV(B) 285.82º 0.48% 0.9% -
XYZ 45.9 31.98 78.62 -
YUV 157.66 168.83 161.06 -
System Red Green Blue C M Y K H S L
Decimal 204 120 230 0.11 0.48 0 0.10 285.82 0.69 0.69
Hex CC 78 E6 B 30 0 A 11E 45 45
Octal 314 170 346 13 60 0 12 436 105 105
Binary 11001100 1111000 11100110 1011 110000 0 1010 100011110 1000101 1000101

Color Harmonies of #CC78E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78E6

Black with #CC78E6

Text Example


Text Example

White with #CC78E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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