Html Css Color HEX #D573DB Orchid

📋 copy color: '#D573DB'

red 213 ◦ green 115 ◦ blue 219

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

Shades of Orchid #D573DB

Tints of Orchid #D573DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 38.94%
G = 21.02%
B = 40.04%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D573DB (or 0xD573DB) is known color: Orchid. HEX triplet: D5, 73 and DB. RGB value is (213,115,219). Sum of RGB (Red+Green+Blue) = 213+115+219=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 115 (45.31% from 255 or 21.02% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #D573DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573DB is #2A8C24. Grayscale: #9B9B9B. Windows color (decimal): -2788389 or 14382037. OLE color: 14382037.

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

Color convert

RGB 213 115 219 -
CMYK 0.03 0.47 0 0.14
HSL 296.54º 0.59% 0.65% -
HSV(B) 296.54º 0.47% 0.86% -
XYZ 46.36 31.52 70.66 -
YUV 156.16 163.47 168.54 -
System Red Green Blue C M Y K H S L
Decimal 213 115 219 0.03 0.47 0 0.14 296.54 0.59 0.65
Hex D5 73 DB 3 2F 0 E 129 3B 41
Octal 325 163 333 3 57 0 16 451 73 101
Binary 11010101 1110011 11011011 11 101111 0 1110 100101001 111011 1000001

Color Harmonies of #D573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573DB

Black with #D573DB

Text Example


Text Example

White with #D573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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