#C77ABA

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

Shades of Orchid #C77ABA

Tints of Orchid #C77ABA

Color information

#C77ABA (or 0xC77ABA) is unknown color: approx Orchid. HEX triplet: C7, 7A and BA. RGB value is (199,122,186). Sum of RGB (Red+Green+Blue) = 199+122+186=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 122 (48.05% from 255 or 24.06% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C77ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ABA is #388545. Grayscale: #989898. Windows color (decimal): -3704134 or 12221127. OLE color: 12221127.

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

Color convert

RGB199122186-
CMYK00.390.070.22
HSL310.13º40.74%62.94%-
HSV(B)310.13º38.69%78.04%-
XYZ39.3829.6150.09-
YUV152.32147.01161.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.25%
GREEN value IS 122 (48.05% from 255) = 24.06%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=39.25%
G=24.06%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912218600.390.070.22310.1340.7462.94
HexC77ABA027716136293f
Octal3071722720477264665177
Binary11000111111101010111010010011111110110100110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ABA; }

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

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

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

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

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

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

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

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