Html Css Color HEX #CC77E7 Heliotrope

📋 copy color: '#CC77E7'

red 204 ◦ green 119 ◦ blue 231

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

Shades of Heliotrope #CC77E7

Tints of Heliotrope #CC77E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.7%

R = 36.82%
G = 21.48%
B = 41.7%

CMYK

 C value IS 0.12

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CC77E7 (or 0xCC77E7) is known color: Heliotrope. HEX triplet: CC, 77 and E7. RGB value is (204,119,231). Sum of RGB (Red+Green+Blue) = 204+119+231=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 119 (46.88% from 255 or 21.48% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #CC77E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77E7 is #338818. Grayscale: #9C9C9C. Windows color (decimal): -3377177 or 15169484. OLE color: 15169484.

HSL color Cylindrical-coordinate representation of color #CC77E7: hue angle of 285.54º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC77E7 is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 119 231 -
CMYK 0.12 0.48 0 0.09
HSL 285.54º 0.7% 0.69% -
HSV(B) 285.54º 0.48% 0.91% -
XYZ 45.92 31.8 79.32 -
YUV 157.18 169.66 161.39 -
System Red Green Blue C M Y K H S L
Decimal 204 119 231 0.12 0.48 0 0.09 285.54 0.7 0.69
Hex CC 77 E7 C 30 0 9 11E 46 45
Octal 314 167 347 14 60 0 11 436 106 105
Binary 11001100 1110111 11100111 1100 110000 0 1001 100011110 1000110 1000101

Color Harmonies of #CC77E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77E7

Black with #CC77E7

Text Example


Text Example

White with #CC77E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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