Html Css Color HEX #CC78ED Heliotrope

📋 copy color: '#CC78ED'

red 204 ◦ green 120 ◦ blue 237

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

Shades of Heliotrope #CC78ED

Tints of Heliotrope #CC78ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.25%

R = 36.36%
G = 21.39%
B = 42.25%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC78ED (or 0xCC78ED) is known color: Heliotrope. HEX triplet: CC, 78 and ED. RGB value is (204,120,237). Sum of RGB (Red+Green+Blue) = 204+120+237=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC78ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78ED is #338712. Grayscale: #9E9E9E. Windows color (decimal): -3376915 or 15562956. OLE color: 15562956.

HSL color Cylindrical-coordinate representation of color #CC78ED: hue angle of 283.08º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC78ED is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 120 237 -
CMYK 0.14 0.49 0 0.07
HSL 283.08º 0.76% 0.7% -
HSV(B) 283.08º 0.49% 0.93% -
XYZ 46.9 32.38 83.9 -
YUV 158.45 172.33 160.49 -
System Red Green Blue C M Y K H S L
Decimal 204 120 237 0.14 0.49 0 0.07 283.08 0.76 0.7
Hex CC 78 ED E 31 0 7 11B 4C 46
Octal 314 170 355 16 61 0 7 433 114 106
Binary 11001100 1111000 11101101 1110 110001 0 111 100011011 1001100 1000110

Color Harmonies of #CC78ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78ED

Black with #CC78ED

Text Example


Text Example

White with #CC78ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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