#C77AD5

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

Shades of Orchid #C77AD5

Tints of Orchid #C77AD5

Color information

#C77AD5 (or 0xC77AD5) is unknown color: approx Orchid. HEX triplet: C7, 7A and D5. RGB value is (199,122,213). Sum of RGB (Red+Green+Blue) = 199+122+213=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #C77AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AD5 is #38852A. Grayscale: #9B9B9B. Windows color (decimal): -3704107 or 13990599. OLE color: 13990599.

HSL color Cylindrical-coordinate representation of color #C77AD5: hue angle of 290.77º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77AD5 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB199122213-
CMYK0.070.4300.16
HSL290.77º52%65.69%-
HSV(B)290.77º42.72%83.53%-
XYZ42.5230.8766.67-
YUV155.4160.51159.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 122 (48.05% from 255) = 22.85%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=37.27%
G=22.85%
B=39.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1991222130.070.4300.16290.775265.69
HexC77AD572B0101233442
Octal30717232575302044364102
Binary110001111111010110101011111010110100001001000111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77AD5; }

 p { color: rgb(199,122,213); }

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

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

 a { background-color: rgb(199,122,213); }

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

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

 span { border-color: rgb(199,122,213); }

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