Html Css Color HEX #D587C9 Orchid

📋 copy color: '#D587C9'

red 213 ◦ green 135 ◦ blue 201

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

Shades of Orchid #D587C9

Tints of Orchid #D587C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 38.8%
G = 24.59%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D587C9 (or 0xD587C9) is known color: Orchid. HEX triplet: D5, 87 and C9. RGB value is (213,135,201). Sum of RGB (Red+Green+Blue) = 213+135+201=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 213 - color contains mainly: red. Hex color #D587C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587C9 is #2A7836. Grayscale: #A5A5A5. Windows color (decimal): -2783287 or 13207509. OLE color: 13207509.

HSL color Cylindrical-coordinate representation of color #D587C9: hue angle of 309.23º 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 #D587C9 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 135 201 -
CMYK 0 0.37 0.06 0.16
HSL 309.23º 0.48% 0.68% -
HSV(B) 309.23º 0.37% 0.84% -
XYZ 46.65 35.69 59.69 -
YUV 165.85 147.84 161.63 -
System Red Green Blue C M Y K H S L
Decimal 213 135 201 0 0.37 0.06 0.16 309.23 0.48 0.68
Hex D5 87 C9 0 25 6 10 135 30 44
Octal 325 207 311 0 45 6 20 465 60 104
Binary 11010101 10000111 11001001 0 100101 110 10000 100110101 110000 1000100

Color Harmonies of #D587C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587C9

Black with #D587C9

Text Example


Text Example

White with #D587C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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