#C77ACE

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

Shades of Orchid #C77ACE

Tints of Orchid #C77ACE

Color information

#C77ACE (or 0xC77ACE) is unknown color: approx Orchid. HEX triplet: C7, 7A and CE. RGB value is (199,122,206). Sum of RGB (Red+Green+Blue) = 199+122+206=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 122 (48.05% from 255 or 23.15% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C77ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ACE is #388531. Grayscale: #9A9A9A. Windows color (decimal): -3704114 or 13531847. OLE color: 13531847.

HSL color Cylindrical-coordinate representation of color #C77ACE: hue angle of 295º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C77ACE is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199122206-
CMYK0.030.4100.19
HSL295º46.15%64.31%-
HSV(B)295º40.78%80.78%-
XYZ41.6530.5262.09-
YUV154.6157.01159.67-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 122 (48.05% from 255) = 23.15%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=37.76%
G=23.15%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991222060.030.4100.1929546.1564.31
HexC77ACE3290131272e40
Octal30717231635102344756100
Binary11000111111101011001110111010010100111001001111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ACE; }

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

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

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

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

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

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

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

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