Html Css Color HEX #D573D0 Orchid

📋 copy color: '#D573D0'

red 213 ◦ green 115 ◦ blue 208

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

Shades of Orchid #D573D0

Tints of Orchid #D573D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.81%

R = 39.74%
G = 21.46%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D573D0 (or 0xD573D0) is known color: Orchid. HEX triplet: D5, 73 and D0. RGB value is (213,115,208). Sum of RGB (Red+Green+Blue) = 213+115+208=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D573D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573D0 is #2A8C2F. Grayscale: #9A9A9A. Windows color (decimal): -2788400 or 13661141. OLE color: 13661141.

HSL color Cylindrical-coordinate representation of color #D573D0: hue angle of 303.06º 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 #D573D0 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 115 208 -
CMYK 0 0.46 0.02 0.16
HSL 303.06º 0.54% 0.64% -
HSV(B) 303.06º 0.46% 0.84% -
XYZ 44.96 30.96 63.28 -
YUV 154.9 157.97 169.44 -
System Red Green Blue C M Y K H S L
Decimal 213 115 208 0 0.46 0.02 0.16 303.06 0.54 0.64
Hex D5 73 D0 0 2E 2 10 12F 36 40
Octal 325 163 320 0 56 2 20 457 66 100
Binary 11010101 1110011 11010000 0 101110 10 10000 100101111 110110 1000000

Color Harmonies of #D573D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573D0

Black with #D573D0

Text Example


Text Example

White with #D573D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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