Html Css Color HEX #CC77E8 Heliotrope

📋 copy color: '#CC77E8'

red 204 ◦ green 119 ◦ blue 232

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

Shades of Heliotrope #CC77E8

Tints of Heliotrope #CC77E8

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.44%

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

R = 36.76%
G = 21.44%
B = 41.8%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC77E8 (or 0xCC77E8) is known color: Heliotrope. HEX triplet: CC, 77 and E8. RGB value is (204,119,232). Sum of RGB (Red+Green+Blue) = 204+119+232=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 119 (46.88% from 255 or 21.44% from 555); Blue value is 232 (91.02% from 255 or 41.80% from 555); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC77E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77E8 is #338817. Grayscale: #9C9C9C. Windows color (decimal): -3377176 or 15235020. OLE color: 15235020.

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

Color convert

RGB 204 119 232 -
CMYK 0.12 0.49 0 0.09
HSL 285.13º 0.71% 0.69% -
HSV(B) 285.13º 0.49% 0.91% -
XYZ 46.06 31.86 80.07 -
YUV 157.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 204 119 232 0.12 0.49 0 0.09 285.13 0.71 0.69
Hex CC 77 E8 C 31 0 9 11D 47 45
Octal 314 167 350 14 61 0 11 435 107 105
Binary 11001100 1110111 11101000 1100 110001 0 1001 100011101 1000111 1000101

Color Harmonies of #CC77E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77E8

Black with #CC77E8

Text Example


Text Example

White with #CC77E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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