#C57DCC

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

Shades of Orchid #C57DCC

Tints of Orchid #C57DCC

Color information

#C57DCC (or 0xC57DCC) is unknown color: approx Orchid. HEX triplet: C5, 7D and CC. RGB value is (197,125,204). Sum of RGB (Red+Green+Blue) = 197+125+204=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 204 (80.08% from 255 or 38.78% from 526); Max value from RGB is 204 - color contains mainly: blue. Hex color #C57DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DCC is #3A8233. Grayscale: #9B9B9B. Windows color (decimal): -3834420 or 13401541. OLE color: 13401541.

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

Color convert

RGB197125204-
CMYK0.030.3900.2
HSL294.68º43.65%64.51%-
HSV(B)294.68º38.73%80%-
XYZ41.2630.960.92-
YUV155.53155.35157.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.45%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 204 (80.08% from 255) = 38.78%
R=37.45%
G=23.76%
B=38.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971252040.030.3900.2294.6843.6564.51
HexC57DCC3270141272c41
Octal30517531434702444754101
Binary11000101111110111001100111001110101001001001111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DCC; }

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

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

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

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

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

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

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

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