Html Css Color HEX #CC78EE Heliotrope

📋 copy color: '#CC78EE'

red 204 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #CC78EE

Tints of Heliotrope #CC78EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 36.3%
G = 21.35%
B = 42.35%

CMYK

 C value IS 0.14

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CC78EE (or 0xCC78EE) is known color: Heliotrope. HEX triplet: CC, 78 and EE. RGB value is (204,120,238). Sum of RGB (Red+Green+Blue) = 204+120+238=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78EE is #338711. Grayscale: #9E9E9E. Windows color (decimal): -3376914 or 15628492. OLE color: 15628492.

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

Color convert

RGB 204 120 238 -
CMYK 0.14 0.50 0 0.07
HSL 282.71º 0.78% 0.7% -
HSV(B) 282.71º 0.5% 0.93% -
XYZ 47.05 32.44 84.67 -
YUV 158.57 172.83 160.41 -
System Red Green Blue C M Y K H S L
Decimal 204 120 238 0.14 0.50 0 0.07 282.71 0.78 0.7
Hex CC 78 EE E 32 0 7 11B 4E 46
Octal 314 170 356 16 62 0 7 433 116 106
Binary 11001100 1111000 11101110 1110 110010 0 111 100011011 1001110 1000110

Color Harmonies of #CC78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78EE

Black with #CC78EE

Text Example


Text Example

White with #CC78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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