#C57DC8

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

Shades of Orchid #C57DC8

Tints of Orchid #C57DC8

Color information

#C57DC8 (or 0xC57DC8) is unknown color: approx Orchid. HEX triplet: C5, 7D and C8. RGB value is (197,125,200). Sum of RGB (Red+Green+Blue) = 197+125+200=522 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.74% from 522); Green value is 125 (49.22% from 255 or 23.95% from 522); Blue value is 200 (78.52% from 255 or 38.31% from 522); Max value from RGB is 200 - color contains mainly: blue. Hex color #C57DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DC8 is #3A8237. Grayscale: #9A9A9A. Windows color (decimal): -3834424 or 13139397. OLE color: 13139397.

HSL color Cylindrical-coordinate representation of color #C57DC8: hue angle of 297.6º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57DC8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB197125200-
CMYK0.020.3800.22
HSL297.6º40.54%63.73%-
HSV(B)297.6º37.5%78.43%-
XYZ40.7830.7158.42-
YUV155.08153.35157.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.74%
GREEN value IS 125 (49.22% from 255) = 23.95%
BLUE value IS 200 (78.52% from 255) = 38.31%
R=37.74%
G=23.95%
B=38.31%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1971252000.020.3800.22297.640.5463.73
HexC57DC822601612a2940
Octal30517531024602645251100
Binary11000101111110111001000101001100101101001010101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DC8; }

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

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

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

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

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

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

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

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