#C57ABD

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

Shades of Orchid #C57ABD

Tints of Orchid #C57ABD

Color information

#C57ABD (or 0xC57ABD) is unknown color: approx Orchid. HEX triplet: C5, 7A and BD. RGB value is (197,122,189). Sum of RGB (Red+Green+Blue) = 197+122+189=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 189 (74.22% from 255 or 37.20% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C57ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57ABD is #3A8542. Grayscale: #979797. Windows color (decimal): -3835203 or 12417733. OLE color: 12417733.

HSL color Cylindrical-coordinate representation of color #C57ABD: hue angle of 306.4º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57ABD is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197122189-
CMYK00.380.040.23
HSL306.4º39.27%62.55%-
HSV(B)306.4º38.07%77.25%-
XYZ39.1729.4651.77-
YUV152.06148.85160.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.78%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 189 (74.22% from 255) = 37.20%
R=38.78%
G=24.02%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712218900.380.040.23306.439.2762.55
HexC57ABD026417132273f
Octal3051722750464274624777
Binary11000101111101010111101010011010010111100110010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57ABD; }

 p { color: rgb(197,122,189); }

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

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

 a { background-color: rgb(197,122,189); }

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

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

 span { border-color: rgb(197,122,189); }

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