#C573CB

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

Shades of Orchid #C573CB

Tints of Orchid #C573CB

Color information

#C573CB (or 0xC573CB) is unknown color: approx Orchid. HEX triplet: C5, 73 and CB. RGB value is (197,115,203). Sum of RGB (Red+Green+Blue) = 197+115+203=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 115 (45.31% from 255 or 22.33% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 203 - color contains mainly: blue. Hex color #C573CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573CB is #3A8C34. Grayscale: #959595. Windows color (decimal): -3836981 or 13333445. OLE color: 13333445.

HSL color Cylindrical-coordinate representation of color #C573CB: hue angle of 295.91º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C573CB is Cyan = 0.03, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB197115203-
CMYK0.030.4300.20
HSL295.91º45.83%62.35%-
HSV(B)295.91º43.35%79.61%-
XYZ39.9428.4459.89-
YUV149.55158.17161.84-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 38.25%
GREEN value IS 115 (45.31% from 255) = 22.33%
BLUE value IS 203 (79.69% from 255) = 39.42%
R=38.25%
G=22.33%
B=39.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971152030.030.4300.20295.9145.8362.35
HexC573CB32B0141282e3e
Octal3051633133530244505676
Binary1100010111100111100101111101011010100100101000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573CB; }

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

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

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

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

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

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

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

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