Html Css Color HEX #CC78EA Heliotrope

📋 copy color: '#CC78EA'

red 204 ◦ green 120 ◦ blue 234

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

Shades of Heliotrope #CC78EA

Tints of Heliotrope #CC78EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 41.94%

R = 36.56%
G = 21.51%
B = 41.94%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CC78EA (or 0xCC78EA) is known color: Heliotrope. HEX triplet: CC, 78 and EA. RGB value is (204,120,234). Sum of RGB (Red+Green+Blue) = 204+120+234=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 120 (47.27% from 255 or 21.51% from 558); Blue value is 234 (91.80% from 255 or 41.94% from 558); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC78EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC78EA is #338715. Grayscale: #9D9D9D. Windows color (decimal): -3376918 or 15366348. OLE color: 15366348.

HSL color Cylindrical-coordinate representation of color #CC78EA: hue angle of 284.21º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CC78EA is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 120 234 -
CMYK 0.13 0.49 0 0.08
HSL 284.21º 0.73% 0.69% -
HSV(B) 284.21º 0.49% 0.92% -
XYZ 46.47 32.21 81.61 -
YUV 158.11 170.83 160.73 -
System Red Green Blue C M Y K H S L
Decimal 204 120 234 0.13 0.49 0 0.08 284.21 0.73 0.69
Hex CC 78 EA D 31 0 8 11C 49 45
Octal 314 170 352 15 61 0 10 434 111 105
Binary 11001100 1111000 11101010 1101 110001 0 1000 100011100 1001001 1000101

Color Harmonies of #CC78EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC78EA

Black with #CC78EA

Text Example


Text Example

White with #CC78EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC78EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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