Html Css Color HEX #CC77EE Heliotrope

📋 copy color: '#CC77EE'

red 204 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #CC77EE

Tints of Heliotrope #CC77EE

RGB

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

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

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

R = 36.36%
G = 21.21%
B = 42.42%

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

#CC77EE (or 0xCC77EE) is known color: Heliotrope. HEX triplet: CC, 77 and EE. RGB value is (204,119,238). Sum of RGB (Red+Green+Blue) = 204+119+238=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77EE is #338811. Grayscale: #9D9D9D. Windows color (decimal): -3377170 or 15628236. OLE color: 15628236.

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

Color convert

RGB 204 119 238 -
CMYK 0.14 0.50 0 0.07
HSL 282.86º 0.78% 0.7% -
HSV(B) 282.86º 0.5% 0.93% -
XYZ 46.93 32.2 84.63 -
YUV 157.98 173.16 160.82 -
System Red Green Blue C M Y K H S L
Decimal 204 119 238 0.14 0.50 0 0.07 282.86 0.78 0.7
Hex CC 77 EE E 32 0 7 11B 4E 46
Octal 314 167 356 16 62 0 7 433 116 106
Binary 11001100 1110111 11101110 1110 110010 0 111 100011011 1001110 1000110

Color Harmonies of #CC77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77EE

Black with #CC77EE

Text Example


Text Example

White with #CC77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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