#C77ACC

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

Shades of Orchid #C77ACC

Tints of Orchid #C77ACC

Color information

#C77ACC (or 0xC77ACC) is unknown color: approx Orchid. HEX triplet: C7, 7A and CC. RGB value is (199,122,204). Sum of RGB (Red+Green+Blue) = 199+122+204=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 122 (48.05% from 255 or 23.24% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ACC is #388533. Grayscale: #9A9A9A. Windows color (decimal): -3704116 or 13400775. OLE color: 13400775.

HSL color Cylindrical-coordinate representation of color #C77ACC: hue angle of 296.34º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C77ACC is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199122204-
CMYK0.020.4000.2
HSL296.34º44.57%63.92%-
HSV(B)296.34º40.2%80%-
XYZ41.4130.4260.82-
YUV154.37156.01159.83-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.90%
GREEN value IS 122 (48.05% from 255) = 23.24%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=37.90%
G=23.24%
B=38.86%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991222040.020.4000.2296.3444.5763.92
HexC77ACC2280141282d40
Octal30717231425002445055100
Binary11000111111101011001100101010000101001001010001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ACC; }

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

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

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

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

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

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

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

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