#C57DCB

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

Shades of Orchid #C57DCB

Tints of Orchid #C57DCB

Color information

#C57DCB (or 0xC57DCB) is unknown color: approx Orchid. HEX triplet: C5, 7D and CB. RGB value is (197,125,203). Sum of RGB (Red+Green+Blue) = 197+125+203=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 203 (79.69% from 255 or 38.67% from 525); Max value from RGB is 203 - color contains mainly: blue. Hex color #C57DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCB is #3A8234. Grayscale: #9B9B9B. Windows color (decimal): -3834421 or 13336005. OLE color: 13336005.

HSL color Cylindrical-coordinate representation of color #C57DCB: hue angle of 295.38º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57DCB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197125203-
CMYK0.030.3800.20
HSL295.38º42.86%64.31%-
HSV(B)295.38º38.42%79.61%-
XYZ41.1430.8560.29-
YUV155.42154.85157.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.52%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 203 (79.69% from 255) = 38.67%
R=37.52%
G=23.81%
B=38.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971252030.030.3800.20295.3842.8664.31
HexC57DCB3260141272b40
Octal30517531334602444753100
Binary11000101111110111001011111001100101001001001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DCB; }

 p { color: rgb(197,125,203); }

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

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

 a { background-color: rgb(197,125,203); }

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

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

 span { border-color: rgb(197,125,203); }

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