#C573D0

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

Shades of Orchid #C573D0

Tints of Orchid #C573D0

Color information

#C573D0 (or 0xC573D0) is unknown color: approx Orchid. HEX triplet: C5, 73 and D0. RGB value is (197,115,208). Sum of RGB (Red+Green+Blue) = 197+115+208=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 115 (45.31% from 255 or 22.12% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C573D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573D0 is #3A8C2F. Grayscale: #959595. Windows color (decimal): -3836976 or 13661125. OLE color: 13661125.

HSL color Cylindrical-coordinate representation of color #C573D0: hue angle of 292.9º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C573D0 is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197115208-
CMYK0.050.4500.18
HSL292.9º49.73%63.33%-
HSV(B)292.9º44.71%81.57%-
XYZ40.5428.6963.07-
YUV150.12160.67161.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.88%
GREEN value IS 115 (45.31% from 255) = 22.12%
BLUE value IS 208 (81.64% from 255) = 40%
R=37.88%
G=22.12%
B=40%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971152080.050.4500.18292.949.7363.33
HexC573D052D012125323f
Octal3051633205550224456277
Binary11000101111001111010000101101101010010100100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573D0; }

 p { color: rgb(197,115,208); }

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

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

 a { background-color: rgb(197,115,208); }

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

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

 span { border-color: rgb(197,115,208); }

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