Html Css Color HEX #D587D1 Orchid

📋 copy color: '#D587D1'

red 213 ◦ green 135 ◦ blue 209

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

Shades of Orchid #D587D1

Tints of Orchid #D587D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 38.24%
G = 24.24%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.02

 K value IS 0.16

RGB Variations

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

Color information

#D587D1 (or 0xD587D1) is known color: Orchid. HEX triplet: D5, 87 and D1. RGB value is (213,135,209). Sum of RGB (Red+Green+Blue) = 213+135+209=557 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.24% from 557); Green value is 135 (53.12% from 255 or 24.24% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 213 - color contains mainly: red. Hex color #D587D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587D1 is #2A782E. Grayscale: #A6A6A6. Windows color (decimal): -2783279 or 13731797. OLE color: 13731797.

HSL color Cylindrical-coordinate representation of color #D587D1: hue angle of 303.08º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D587D1 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 209 -
CMYK 0 0.37 0.02 0.16
HSL 303.08º 0.48% 0.68% -
HSV(B) 303.08º 0.37% 0.84% -
XYZ 47.61 36.08 64.78 -
YUV 166.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 213 135 209 0 0.37 0.02 0.16 303.08 0.48 0.68
Hex D5 87 D1 0 25 2 10 12F 30 44
Octal 325 207 321 0 45 2 20 457 60 104
Binary 11010101 10000111 11010001 0 100101 10 10000 100101111 110000 1000100

Color Harmonies of #D587D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587D1

Black with #D587D1

Text Example


Text Example

White with #D587D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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