#C573C0

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

Shades of Orchid #C573C0

Tints of Orchid #C573C0

Color information

#C573C0 (or 0xC573C0) is unknown color: approx Orchid. HEX triplet: C5, 73 and C0. RGB value is (197,115,192). Sum of RGB (Red+Green+Blue) = 197+115+192=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 115 (45.31% from 255 or 22.82% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 197 - color contains mainly: red. Hex color #C573C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C573C0 is #3A8C3F. Grayscale: #949494. Windows color (decimal): -3836992 or 12612549. OLE color: 12612549.

HSL color Cylindrical-coordinate representation of color #C573C0: hue angle of 303.66º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C573C0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB197115192-
CMYK00.420.030.23
HSL303.66º41.41%61.18%-
HSV(B)303.66º41.62%77.25%-
XYZ38.6727.9453.22-
YUV148.3152.67162.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.09%
GREEN value IS 115 (45.31% from 255) = 22.82%
BLUE value IS 192 (75.39% from 255) = 38.10%
R=39.09%
G=22.82%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711519200.420.030.23303.6641.4161.18
HexC573C002A317130293d
Octal3051633000523274605175
Binary1100010111100111100000001010101110111100110000101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C573C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C573C0; }

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

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

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

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

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

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

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

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