Html Css Color HEX #CC77ED Heliotrope

📋 copy color: '#CC77ED'

red 204 ◦ green 119 ◦ blue 237

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

Shades of Heliotrope #CC77ED

Tints of Heliotrope #CC77ED

RGB

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

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

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

R = 36.43%
G = 21.25%
B = 42.32%

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

#CC77ED (or 0xCC77ED) is known color: Heliotrope. HEX triplet: CC, 77 and ED. RGB value is (204,119,237). Sum of RGB (Red+Green+Blue) = 204+119+237=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77ED is #338812. Grayscale: #9D9D9D. Windows color (decimal): -3377171 or 15562700. OLE color: 15562700.

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

Color convert

RGB 204 119 237 -
CMYK 0.14 0.50 0 0.07
HSL 283.22º 0.77% 0.7% -
HSV(B) 283.22º 0.5% 0.93% -
XYZ 46.78 32.15 83.86 -
YUV 157.87 172.66 160.91 -
System Red Green Blue C M Y K H S L
Decimal 204 119 237 0.14 0.50 0 0.07 283.22 0.77 0.7
Hex CC 77 ED E 32 0 7 11B 4D 46
Octal 314 167 355 16 62 0 7 433 115 106
Binary 11001100 1110111 11101101 1110 110010 0 111 100011011 1001101 1000110

Color Harmonies of #CC77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77ED

Black with #CC77ED

Text Example


Text Example

White with #CC77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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