#C573CF

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

Shades of Orchid #C573CF

Tints of Orchid #C573CF

Color information

#C573CF (or 0xC573CF) is unknown color: approx Orchid. HEX triplet: C5, 73 and CF. RGB value is (197,115,207). Sum of RGB (Red+Green+Blue) = 197+115+207=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #C573CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CF is #3A8C30. Grayscale: #959595. Windows color (decimal): -3836977 or 13595589. OLE color: 13595589.

HSL color Cylindrical-coordinate representation of color #C573CF: hue angle of 293.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C573CF is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197115207-
CMYK0.050.4400.19
HSL293.48º48.94%63.14%-
HSV(B)293.48º44.44%81.18%-
XYZ40.4228.6462.43-
YUV150.01160.17161.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.96%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 207 (81.25% from 255) = 39.88%
R=37.96%
G=22.16%
B=39.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971152070.050.4400.19293.4848.9463.14
HexC573CF52C013125313f
Octal3051633175540234456177
Binary11000101111001111001111101101100010011100100101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573CF; }

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

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

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

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

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

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

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

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