#C57DD7

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

Shades of Orchid #C57DD7

Tints of Orchid #C57DD7

Color information

#C57DD7 (or 0xC57DD7) is unknown color: approx Orchid. HEX triplet: C5, 7D and D7. RGB value is (197,125,215). Sum of RGB (Red+Green+Blue) = 197+125+215=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 215 (84.38% from 255 or 40.04% from 537); Max value from RGB is 215 - color contains mainly: blue. Hex color #C57DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57DD7 is #3A8228. Grayscale: #9C9C9C. Windows color (decimal): -3834409 or 14122437. OLE color: 14122437.

HSL color Cylindrical-coordinate representation of color #C57DD7: hue angle of 288º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C57DD7 is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB197125215-
CMYK0.080.4200.16
HSL288º52.94%66.67%-
HSV(B)288º41.86%84.31%-
XYZ42.6331.4468.11-
YUV156.79160.85156.68-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 215 (84.38% from 255) = 40.04%
R=36.69%
G=23.28%
B=40.04%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1971252150.080.4200.1628852.9466.67
HexC57DD782A0101203543
Octal305175327105202044065103
Binary1100010111111011101011110001010100100001001000001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57DD7; }

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

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

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

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

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

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

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

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