Html Css Color HEX #D573DC Orchid

📋 copy color: '#D573DC'

red 213 ◦ green 115 ◦ blue 220

#D573DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #D573DC

Tints of Orchid #D573DC

RGB

 RED value IS 213 (83.59% from 255) = 38.87%

 GREEN value IS 115 (45.31% from 255) = 20.99%

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 38.87%
G = 20.99%
B = 40.15%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D573DC (or 0xD573DC) is known color: Orchid. HEX triplet: D5, 73 and DC. RGB value is (213,115,220). Sum of RGB (Red+Green+Blue) = 213+115+220=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 115 (45.31% from 255 or 20.99% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #D573DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573DC is #2A8C23. Grayscale: #9B9B9B. Windows color (decimal): -2788388 or 14447573. OLE color: 14447573.

HSL color Cylindrical-coordinate representation of color #D573DC: hue angle of 296º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D573DC is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 115 220 -
CMYK 0.03 0.48 0 0.14
HSL 296º 0.6% 0.66% -
HSV(B) 296º 0.48% 0.86% -
XYZ 46.49 31.57 71.35 -
YUV 156.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 213 115 220 0.03 0.48 0 0.14 296 0.6 0.66
Hex D5 73 DC 3 30 0 E 128 3C 42
Octal 325 163 334 3 60 0 16 450 74 102
Binary 11010101 1110011 11011100 11 110000 0 1110 100101000 111100 1000010

Color Harmonies of #D573DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573DC

Black with #D573DC

Text Example


Text Example

White with #D573DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573DC; }

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

 H1.HeaderClassName
 {
   color: #D573DC;
 }
 .AnyTagClassName
 {
   color: #D573DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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