Html Css Color HEX #D573C5 Orchid

📋 copy color: '#D573C5'

red 213 ◦ green 115 ◦ blue 197

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

Shades of Orchid #D573C5

Tints of Orchid #D573C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 37.52%

R = 40.57%
G = 21.9%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D573C5 (or 0xD573C5) is known color: Orchid. HEX triplet: D5, 73 and C5. RGB value is (213,115,197). Sum of RGB (Red+Green+Blue) = 213+115+197=525 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.57% from 525); Green value is 115 (45.31% from 255 or 21.90% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 213 - color contains mainly: red. Hex color #D573C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573C5 is #2A8C3A. Grayscale: #999999. Windows color (decimal): -2788411 or 12940245. OLE color: 12940245.

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

Color convert

RGB 213 115 197 -
CMYK 0 0.46 0.08 0.16
HSL 309.8º 0.54% 0.64% -
HSV(B) 309.8º 0.46% 0.84% -
XYZ 43.65 30.44 56.4 -
YUV 153.65 152.47 170.33 -
System Red Green Blue C M Y K H S L
Decimal 213 115 197 0 0.46 0.08 0.16 309.8 0.54 0.64
Hex D5 73 C5 0 2E 8 10 136 36 40
Octal 325 163 305 0 56 10 20 466 66 100
Binary 11010101 1110011 11000101 0 101110 1000 10000 100110110 110110 1000000

Color Harmonies of #D573C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573C5

Black with #D573C5

Text Example


Text Example

White with #D573C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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