Html Css Color HEX #CC76E6 Heliotrope

📋 copy color: '#CC76E6'

red 204 ◦ green 118 ◦ blue 230

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

Shades of Heliotrope #CC76E6

Tints of Heliotrope #CC76E6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.38%

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

R = 36.96%
G = 21.38%
B = 41.67%

CMYK

 C value IS 0.11

 M value IS 0.49

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC76E6 (or 0xCC76E6) is known color: Heliotrope. HEX triplet: CC, 76 and E6. RGB value is (204,118,230). Sum of RGB (Red+Green+Blue) = 204+118+230=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 118 (46.48% from 255 or 21.38% from 552); Blue value is 230 (90.23% from 255 or 41.67% from 552); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76E6 is #338919. Grayscale: #9C9C9C. Windows color (decimal): -3377434 or 15103692. OLE color: 15103692.

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

Color convert

RGB 204 118 230 -
CMYK 0.11 0.49 0 0.10
HSL 286.07º 0.69% 0.68% -
HSV(B) 286.07º 0.49% 0.9% -
XYZ 45.66 31.51 78.54 -
YUV 156.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 204 118 230 0.11 0.49 0 0.10 286.07 0.69 0.68
Hex CC 76 E6 B 31 0 A 11E 45 44
Octal 314 166 346 13 61 0 12 436 105 104
Binary 11001100 1110110 11100110 1011 110001 0 1010 100011110 1000101 1000100

Color Harmonies of #CC76E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76E6

Black with #CC76E6

Text Example


Text Example

White with #CC76E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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