#C77ABF

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

Shades of Orchid #C77ABF

Tints of Orchid #C77ABF

Color information

#C77ABF (or 0xC77ABF) is unknown color: approx Orchid. HEX triplet: C7, 7A and BF. RGB value is (199,122,191). Sum of RGB (Red+Green+Blue) = 199+122+191=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 122 (48.05% from 255 or 23.83% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C77ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ABF is #388540. Grayscale: #989898. Windows color (decimal): -3704129 or 12548807. OLE color: 12548807.

HSL color Cylindrical-coordinate representation of color #C77ABF: hue angle of 306.23º 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 #C77ABF is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB199122191-
CMYK00.390.040.22
HSL306.23º40.74%62.94%-
HSV(B)306.23º38.69%78.04%-
XYZ39.9229.8252.94-
YUV152.89149.51160.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 122 (48.05% from 255) = 23.83%
BLUE value IS 191 (75% from 255) = 37.30%
R=38.87%
G=23.83%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912219100.390.040.22306.2340.7462.94
HexC77ABF027416132293f
Octal3071722770474264625177
Binary11000111111101010111111010011110010110100110010101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ABF; }

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

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

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

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

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

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

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

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