Html Css Color HEX #D587CE Orchid

📋 copy color: '#D587CE'

red 213 ◦ green 135 ◦ blue 206

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

Shades of Orchid #D587CE

Tints of Orchid #D587CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 38.45%
G = 24.37%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D587CE (or 0xD587CE) is known color: Orchid. HEX triplet: D5, 87 and CE. RGB value is (213,135,206). Sum of RGB (Red+Green+Blue) = 213+135+206=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D587CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587CE is #2A7831. Grayscale: #A6A6A6. Windows color (decimal): -2783282 or 13535189. OLE color: 13535189.

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

Color convert

RGB 213 135 206 -
CMYK 0 0.37 0.03 0.16
HSL 305.38º 0.48% 0.68% -
HSV(B) 305.38º 0.37% 0.84% -
XYZ 47.25 35.93 62.84 -
YUV 166.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 213 135 206 0 0.37 0.03 0.16 305.38 0.48 0.68
Hex D5 87 CE 0 25 3 10 131 30 44
Octal 325 207 316 0 45 3 20 461 60 104
Binary 11010101 10000111 11001110 0 100101 11 10000 100110001 110000 1000100

Color Harmonies of #D587CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587CE

Black with #D587CE

Text Example


Text Example

White with #D587CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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