#D573C2

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

Shades of Orchid #D573C2

Tints of Orchid #D573C2

Color information

#D573C2 (or 0xD573C2) is unknown color: approx Orchid. HEX triplet: D5, 73 and C2. RGB value is (213,115,194). Sum of RGB (Red+Green+Blue) = 213+115+194=522 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.80% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 194 (76.17% from 255 or 37.16% from 522); Max value from RGB is 213 - color contains mainly: red. Hex color #D573C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573C2 is #2A8C3D. Grayscale: #999999. Windows color (decimal): -2788414 or 12743637. OLE color: 12743637.

HSL color Cylindrical-coordinate representation of color #D573C2: hue angle of 311.63º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D573C2 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB213115194-
CMYK00.460.090.16
HSL311.63º53.85%64.31%-
HSV(B)311.63º46.01%83.53%-
XYZ43.3130.354.61-
YUV153.31150.97170.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.80%
GREEN value IS 115 (45.31% from 255) = 22.03%
BLUE value IS 194 (76.17% from 255) = 37.16%
R=40.80%
G=22.03%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311519400.460.090.16311.6353.8564.31
HexD573C202E9101383640
Octal325163302056112047066100
Binary1101010111100111100001001011101001100001001110001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D573C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D573C2; }

 p { color: rgb(213,115,194); }

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

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

 a { background-color: rgb(213,115,194); }

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

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

 span { border-color: rgb(213,115,194); }

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