Html Css Color HEX #D587D7 Orchid

📋 copy color: '#D587D7'

red 213 ◦ green 135 ◦ blue 215

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

Shades of Orchid #D587D7

Tints of Orchid #D587D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.19%

R = 37.83%
G = 23.98%
B = 38.19%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D587D7 (or 0xD587D7) is known color: Orchid. HEX triplet: D5, 87 and D7. RGB value is (213,135,215). Sum of RGB (Red+Green+Blue) = 213+135+215=563 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.83% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #D587D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587D7 is #2A7828. Grayscale: #A7A7A7. Windows color (decimal): -2783273 or 14125013. OLE color: 14125013.

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

Color convert

RGB 213 135 215 -
CMYK 0.01 0.37 0 0.16
HSL 298.5º 0.5% 0.69% -
HSV(B) 298.5º 0.37% 0.84% -
XYZ 48.37 36.38 68.76 -
YUV 167.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 213 135 215 0.01 0.37 0 0.16 298.5 0.5 0.69
Hex D5 87 D7 1 25 0 10 12A 32 45
Octal 325 207 327 1 45 0 20 452 62 105
Binary 11010101 10000111 11010111 1 100101 0 10000 100101010 110010 1000101

Color Harmonies of #D587D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587D7

Black with #D587D7

Text Example


Text Example

White with #D587D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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