Html Css Color HEX #D573DA Orchid

📋 copy color: '#D573DA'

red 213 ◦ green 115 ◦ blue 218

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

Shades of Orchid #D573DA

Tints of Orchid #D573DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.93%

R = 39.01%
G = 21.06%
B = 39.93%

CMYK

 C value IS 0.02

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D573DA (or 0xD573DA) is known color: Orchid. HEX triplet: D5, 73 and DA. RGB value is (213,115,218). Sum of RGB (Red+Green+Blue) = 213+115+218=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 115 (45.31% from 255 or 21.06% from 546); Blue value is 218 (85.55% from 255 or 39.93% from 546); Max value from RGB is 218 - color contains mainly: blue. Hex color #D573DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573DA is #2A8C25. Grayscale: #9B9B9B. Windows color (decimal): -2788390 or 14316501. OLE color: 14316501.

HSL color Cylindrical-coordinate representation of color #D573DA: hue angle of 297.09º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D573DA is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 115 218 -
CMYK 0.02 0.47 0 0.15
HSL 297.09º 0.58% 0.65% -
HSV(B) 297.09º 0.47% 0.85% -
XYZ 46.23 31.47 69.97 -
YUV 156.04 162.97 168.62 -
System Red Green Blue C M Y K H S L
Decimal 213 115 218 0.02 0.47 0 0.15 297.09 0.58 0.65
Hex D5 73 DA 2 2F 0 F 129 3A 41
Octal 325 163 332 2 57 0 17 451 72 101
Binary 11010101 1110011 11011010 10 101111 0 1111 100101001 111010 1000001

Color Harmonies of #D573DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573DA

Black with #D573DA

Text Example


Text Example

White with #D573DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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