Html Css Color HEX #CC77E6 Heliotrope

📋 copy color: '#CC77E6'

red 204 ◦ green 119 ◦ blue 230

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

Shades of Heliotrope #CC77E6

Tints of Heliotrope #CC77E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.59%

R = 36.89%
G = 21.52%
B = 41.59%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CC77E6 (or 0xCC77E6) is known color: Heliotrope. HEX triplet: CC, 77 and E6. RGB value is (204,119,230). Sum of RGB (Red+Green+Blue) = 204+119+230=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #CC77E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CC77E6 is #338819. Grayscale: #9C9C9C. Windows color (decimal): -3377178 or 15103948. OLE color: 15103948.

HSL color Cylindrical-coordinate representation of color #CC77E6: hue angle of 285.95º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC77E6 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 119 230 -
CMYK 0.11 0.48 0 0.10
HSL 285.95º 0.69% 0.68% -
HSV(B) 285.95º 0.48% 0.9% -
XYZ 45.78 31.74 78.58 -
YUV 157.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 204 119 230 0.11 0.48 0 0.10 285.95 0.69 0.68
Hex CC 77 E6 B 30 0 A 11E 45 44
Octal 314 167 346 13 60 0 12 436 105 104
Binary 11001100 1110111 11100110 1011 110000 0 1010 100011110 1000101 1000100

Color Harmonies of #CC77E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC77E6

Black with #CC77E6

Text Example


Text Example

White with #CC77E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC77E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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