Html Css Color HEX #CC77EF Heliotrope

📋 copy color: '#CC77EF'

red 204 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #CC77EF

Tints of Heliotrope #CC77EF

RGB

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

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

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

R = 36.3%
G = 21.17%
B = 42.53%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CC77EF (or 0xCC77EF) is known color: Heliotrope. HEX triplet: CC, 77 and EF. RGB value is (204,119,239). Sum of RGB (Red+Green+Blue) = 204+119+239=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77EF is #338810. Grayscale: #9D9D9D. Windows color (decimal): -3377169 or 15693772. OLE color: 15693772.

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

Color convert

RGB 204 119 239 -
CMYK 0.15 0.50 0 0.06
HSL 282.5º 0.79% 0.7% -
HSV(B) 282.5º 0.5% 0.94% -
XYZ 47.08 32.26 85.41 -
YUV 158.1 173.66 160.74 -
System Red Green Blue C M Y K H S L
Decimal 204 119 239 0.15 0.50 0 0.06 282.5 0.79 0.7
Hex CC 77 EF F 32 0 6 11A 4F 46
Octal 314 167 357 17 62 0 6 432 117 106
Binary 11001100 1110111 11101111 1111 110010 0 110 100011010 1001111 1000110

Color Harmonies of #CC77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77EF

Black with #CC77EF

Text Example


Text Example

White with #CC77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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