Html Css Color HEX #D587DB Orchid

📋 copy color: '#D587DB'

red 213 ◦ green 135 ◦ blue 219

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

Shades of Orchid #D587DB

Tints of Orchid #D587DB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.81%

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

R = 37.57%
G = 23.81%
B = 38.62%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D587DB (or 0xD587DB) is known color: Orchid. HEX triplet: D5, 87 and DB. RGB value is (213,135,219). Sum of RGB (Red+Green+Blue) = 213+135+219=567 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.57% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D587DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DB is #2A7824. Grayscale: #A7A7A7. Windows color (decimal): -2783269 or 14387157. OLE color: 14387157.

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

Color convert

RGB 213 135 219 -
CMYK 0.03 0.38 0 0.14
HSL 295.71º 0.54% 0.69% -
HSV(B) 295.71º 0.38% 0.86% -
XYZ 48.89 36.59 71.5 -
YUV 167.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 213 135 219 0.03 0.38 0 0.14 295.71 0.54 0.69
Hex D5 87 DB 3 26 0 E 128 36 45
Octal 325 207 333 3 46 0 16 450 66 105
Binary 11010101 10000111 11011011 11 100110 0 1110 100101000 110110 1000101

Color Harmonies of #D587DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587DB

Black with #D587DB

Text Example


Text Example

White with #D587DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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