Html Css Color HEX #CC76EE Heliotrope

📋 copy color: '#CC76EE'

red 204 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #CC76EE

Tints of Heliotrope #CC76EE

RGB

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

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

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

R = 36.43%
G = 21.07%
B = 42.5%

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

#CC76EE (or 0xCC76EE) is known color: Heliotrope. HEX triplet: CC, 76 and EE. RGB value is (204,118,238). Sum of RGB (Red+Green+Blue) = 204+118+238=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 118 (46.48% from 255 or 21.07% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76EE is #338911. Grayscale: #9D9D9D. Windows color (decimal): -3377426 or 15627980. OLE color: 15627980.

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

Color convert

RGB 204 118 238 -
CMYK 0.14 0.50 0 0.07
HSL 283º 0.78% 0.7% -
HSV(B) 283º 0.5% 0.93% -
XYZ 46.81 31.97 84.59 -
YUV 157.39 173.49 161.24 -
System Red Green Blue C M Y K H S L
Decimal 204 118 238 0.14 0.50 0 0.07 283 0.78 0.7
Hex CC 76 EE E 32 0 7 11B 4E 46
Octal 314 166 356 16 62 0 7 433 116 106
Binary 11001100 1110110 11101110 1110 110010 0 111 100011011 1001110 1000110

Color Harmonies of #CC76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76EE

Black with #CC76EE

Text Example


Text Example

White with #CC76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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