Html Css Color HEX #D586DF Orchid

📋 copy color: '#D586DF'

red 213 ◦ green 134 ◦ blue 223

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

Shades of Orchid #D586DF

Tints of Orchid #D586DF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.51%

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 37.37%
G = 23.51%
B = 39.12%

CMYK

 C value IS 0.04

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D586DF (or 0xD586DF) is known color: Orchid. HEX triplet: D5, 86 and DF. RGB value is (213,134,223). Sum of RGB (Red+Green+Blue) = 213+134+223=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D586DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586DF is #2A7920. Grayscale: #A7A7A7. Windows color (decimal): -2783521 or 14649045. OLE color: 14649045.

HSL color Cylindrical-coordinate representation of color #D586DF: hue angle of 293.26º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D586DF is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 134 223 -
CMYK 0.04 0.40 0 0.13
HSL 293.26º 0.58% 0.7% -
HSV(B) 293.26º 0.4% 0.87% -
XYZ 49.28 36.52 74.26 -
YUV 167.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 213 134 223 0.04 0.40 0 0.13 293.26 0.58 0.7
Hex D5 86 DF 4 28 0 D 125 3A 46
Octal 325 206 337 4 50 0 15 445 72 106
Binary 11010101 10000110 11011111 100 101000 0 1101 100100101 111010 1000110

Color Harmonies of #D586DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586DF

Black with #D586DF

Text Example


Text Example

White with #D586DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586DF; }

 p { color: rgb(213,134,223); }

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

background-color css

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

 a { background-color: rgb(213,134,223); }

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

border-color css

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

 span { border-color: rgb(213,134,223); }

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