Html Css Color HEX #D573CA Orchid

📋 copy color: '#D573CA'

red 213 ◦ green 115 ◦ blue 202

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

Shades of Orchid #D573CA

Tints of Orchid #D573CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.11%

R = 40.19%
G = 21.7%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D573CA (or 0xD573CA) is known color: Orchid. HEX triplet: D5, 73 and CA. RGB value is (213,115,202). Sum of RGB (Red+Green+Blue) = 213+115+202=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D573CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573CA is #2A8C35. Grayscale: #999999. Windows color (decimal): -2788406 or 13267925. OLE color: 13267925.

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

Color convert

RGB 213 115 202 -
CMYK 0 0.46 0.05 0.16
HSL 306.73º 0.54% 0.64% -
HSV(B) 306.73º 0.46% 0.84% -
XYZ 44.23 30.67 59.47 -
YUV 154.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 213 115 202 0 0.46 0.05 0.16 306.73 0.54 0.64
Hex D5 73 CA 0 2E 5 10 133 36 40
Octal 325 163 312 0 56 5 20 463 66 100
Binary 11010101 1110011 11001010 0 101110 101 10000 100110011 110110 1000000

Color Harmonies of #D573CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573CA

Black with #D573CA

Text Example


Text Example

White with #D573CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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