Html Css Color HEX #D573CE Orchid

📋 copy color: '#D573CE'

red 213 ◦ green 115 ◦ blue 206

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

Shades of Orchid #D573CE

Tints of Orchid #D573CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 39.89%
G = 21.54%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D573CE (or 0xD573CE) is known color: Orchid. HEX triplet: D5, 73 and CE. RGB value is (213,115,206). Sum of RGB (Red+Green+Blue) = 213+115+206=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 213 - color contains mainly: red. Hex color #D573CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D573CE is #2A8C31. Grayscale: #9A9A9A. Windows color (decimal): -2788402 or 13530069. OLE color: 13530069.

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

Color convert

RGB 213 115 206 -
CMYK 0 0.46 0.03 0.16
HSL 304.29º 0.54% 0.64% -
HSV(B) 304.29º 0.46% 0.84% -
XYZ 44.71 30.86 61.99 -
YUV 154.68 156.97 169.6 -
System Red Green Blue C M Y K H S L
Decimal 213 115 206 0 0.46 0.03 0.16 304.29 0.54 0.64
Hex D5 73 CE 0 2E 3 10 130 36 40
Octal 325 163 316 0 56 3 20 460 66 100
Binary 11010101 1110011 11001110 0 101110 11 10000 100110000 110110 1000000

Color Harmonies of #D573CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D573CE

Black with #D573CE

Text Example


Text Example

White with #D573CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D573CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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