#C57DCD

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

Shades of Orchid #C57DCD

Tints of Orchid #C57DCD

Color information

#C57DCD (or 0xC57DCD) is unknown color: approx Orchid. HEX triplet: C5, 7D and CD. RGB value is (197,125,205). Sum of RGB (Red+Green+Blue) = 197+125+205=527 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.38% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 205 - color contains mainly: blue. Hex color #C57DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCD is #3A8232. Grayscale: #9B9B9B. Windows color (decimal): -3834419 or 13467077. OLE color: 13467077.

HSL color Cylindrical-coordinate representation of color #C57DCD: hue angle of 294º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C57DCD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197125205-
CMYK0.040.3900.20
HSL294º44.44%64.71%-
HSV(B)294º39.02%80.39%-
XYZ41.3830.9561.55-
YUV155.65155.85157.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.38%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 205 (80.47% from 255) = 38.90%
R=37.38%
G=23.72%
B=38.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971252050.040.3900.2029444.4464.71
HexC57DCD4270141262c41
Octal30517531544702444654101
Binary110001011111101110011011001001110101001001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DCD; }

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

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

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

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

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

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

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

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