Html Css Color HEX #CC76ED Heliotrope

📋 copy color: '#CC76ED'

red 204 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #CC76ED

Tints of Heliotrope #CC76ED

RGB

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

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

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

R = 36.49%
G = 21.11%
B = 42.4%

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

#CC76ED (or 0xCC76ED) is known color: Heliotrope. HEX triplet: CC, 76 and ED. RGB value is (204,118,237). Sum of RGB (Red+Green+Blue) = 204+118+237=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 118 (46.48% from 255 or 21.11% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76ED is #338912. Grayscale: #9C9C9C. Windows color (decimal): -3377427 or 15562444. OLE color: 15562444.

HSL color Cylindrical-coordinate representation of color #CC76ED: hue angle of 283.36º degrees, saturation: 0.77, 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 #CC76ED is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 118 237 -
CMYK 0.14 0.50 0 0.07
HSL 283.36º 0.77% 0.7% -
HSV(B) 283.36º 0.5% 0.93% -
XYZ 46.67 31.91 83.82 -
YUV 157.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 204 118 237 0.14 0.50 0 0.07 283.36 0.77 0.7
Hex CC 76 ED E 32 0 7 11B 4D 46
Octal 314 166 355 16 62 0 7 433 115 106
Binary 11001100 1110110 11101101 1110 110010 0 111 100011011 1001101 1000110

Color Harmonies of #CC76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76ED

Black with #CC76ED

Text Example


Text Example

White with #CC76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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