#C77CC5

Color #C77CC5 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #C77CC5

Tints of Orchid #C77CC5

Color information

#C77CC5 (or 0xC77CC5) is unknown color: approx Orchid. HEX triplet: C7, 7C and C5. RGB value is (199,124,197). Sum of RGB (Red+Green+Blue) = 199+124+197=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CC5 is #38833A. Grayscale: #9A9A9A. Windows color (decimal): -3703611 or 12942535. OLE color: 12942535.

HSL color Cylindrical-coordinate representation of color #C77CC5: hue angle of 301.6º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CC5 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB199124197-
CMYK00.380.010.22
HSL301.6º40.11%63.33%-
HSV(B)301.6º37.69%78.04%-
XYZ40.8430.5956.58-
YUV154.75151.85159.56-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 124 (48.83% from 255) = 23.85%
BLUE value IS 197 (77.34% from 255) = 37.88%
R=38.27%
G=23.85%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912419700.380.010.22301.640.1163.33
HexC77CC502611612e283f
Octal3071743050461264565077
Binary110001111111100110001010100110110110100101110101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CC5; }

 p { color: rgb(199,124,197); }

 H1.HeaderClassName
 {
   color: #C77CC5;
 }
 .AnyTagClassName
 {
   color: #C77CC5;
 }
</style>
background-color css

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

 a { background-color: rgb(199,124,197); }

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

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

 span { border-color: rgb(199,124,197); }

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