Html Css Color HEX #D586DB Orchid

📋 copy color: '#D586DB'

red 213 ◦ green 134 ◦ blue 219

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

Shades of Orchid #D586DB

Tints of Orchid #D586DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 37.63%
G = 23.67%
B = 38.69%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D586DB (or 0xD586DB) is known color: Orchid. HEX triplet: D5, 86 and DB. RGB value is (213,134,219). Sum of RGB (Red+Green+Blue) = 213+134+219=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D586DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D586DB is #2A7924. Grayscale: #A7A7A7. Windows color (decimal): -2783525 or 14386901. OLE color: 14386901.

HSL color Cylindrical-coordinate representation of color #D586DB: hue angle of 295.76º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D586DB is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 134 219 -
CMYK 0.03 0.39 0 0.14
HSL 295.76º 0.54% 0.69% -
HSV(B) 295.76º 0.39% 0.86% -
XYZ 48.75 36.31 71.46 -
YUV 167.31 157.17 160.59 -
System Red Green Blue C M Y K H S L
Decimal 213 134 219 0.03 0.39 0 0.14 295.76 0.54 0.69
Hex D5 86 DB 3 27 0 E 128 36 45
Octal 325 206 333 3 47 0 16 450 66 105
Binary 11010101 10000110 11011011 11 100111 0 1110 100101000 110110 1000101

Color Harmonies of #D586DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D586DB

Black with #D586DB

Text Example


Text Example

White with #D586DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D586DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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