Html Css Color HEX #D587DD Orchid

📋 copy color: '#D587DD'

red 213 ◦ green 135 ◦ blue 221

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

Shades of Orchid #D587DD

Tints of Orchid #D587DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 37.43%
G = 23.73%
B = 38.84%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D587DD (or 0xD587DD) is known color: Orchid. HEX triplet: D5, 87 and DD. RGB value is (213,135,221). Sum of RGB (Red+Green+Blue) = 213+135+221=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #D587DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DD is #2A7822. Grayscale: #A7A7A7. Windows color (decimal): -2783267 or 14518229. OLE color: 14518229.

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

Color convert

RGB 213 135 221 -
CMYK 0.04 0.39 0 0.13
HSL 294.42º 0.56% 0.7% -
HSV(B) 294.42º 0.39% 0.87% -
XYZ 49.16 36.69 72.9 -
YUV 168.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 213 135 221 0.04 0.39 0 0.13 294.42 0.56 0.7
Hex D5 87 DD 4 27 0 D 126 38 46
Octal 325 207 335 4 47 0 15 446 70 106
Binary 11010101 10000111 11011101 100 100111 0 1101 100100110 111000 1000110

Color Harmonies of #D587DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587DD

Black with #D587DD

Text Example


Text Example

White with #D587DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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