Html Css Color HEX #CC76EF Heliotrope

📋 copy color: '#CC76EF'

red 204 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #CC76EF

Tints of Heliotrope #CC76EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.6%

R = 36.36%
G = 21.03%
B = 42.6%

CMYK

 C value IS 0.15

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC76EF (or 0xCC76EF) is known color: Heliotrope. HEX triplet: CC, 76 and EF. RGB value is (204,118,239). Sum of RGB (Red+Green+Blue) = 204+118+239=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC76EF is #338910. Grayscale: #9D9D9D. Windows color (decimal): -3377425 or 15693516. OLE color: 15693516.

HSL color Cylindrical-coordinate representation of color #CC76EF: hue angle of 282.64º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CC76EF is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 118 239 -
CMYK 0.15 0.51 0 0.06
HSL 282.64º 0.79% 0.7% -
HSV(B) 282.64º 0.51% 0.94% -
XYZ 46.96 32.03 85.37 -
YUV 157.51 173.99 161.16 -
System Red Green Blue C M Y K H S L
Decimal 204 118 239 0.15 0.51 0 0.06 282.64 0.79 0.7
Hex CC 76 EF F 33 0 6 11B 4F 46
Octal 314 166 357 17 63 0 6 433 117 106
Binary 11001100 1110110 11101111 1111 110011 0 110 100011011 1001111 1000110

Color Harmonies of #CC76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC76EF

Black with #CC76EF

Text Example


Text Example

White with #CC76EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC76EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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