Html Css Color HEX #D587DC Orchid

📋 copy color: '#D587DC'

red 213 ◦ green 135 ◦ blue 220

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

Shades of Orchid #D587DC

Tints of Orchid #D587DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 37.5%
G = 23.77%
B = 38.73%

CMYK

 C value IS 0.03

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D587DC (or 0xD587DC) is known color: Orchid. HEX triplet: D5, 87 and DC. RGB value is (213,135,220). Sum of RGB (Red+Green+Blue) = 213+135+220=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D587DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D587DC is #2A7823. Grayscale: #A7A7A7. Windows color (decimal): -2783268 or 14452693. OLE color: 14452693.

HSL color Cylindrical-coordinate representation of color #D587DC: hue angle of 295.06º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D587DC is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 135 220 -
CMYK 0.03 0.39 0 0.14
HSL 295.06º 0.55% 0.7% -
HSV(B) 295.06º 0.39% 0.86% -
XYZ 49.02 36.64 72.2 -
YUV 168.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 213 135 220 0.03 0.39 0 0.14 295.06 0.55 0.7
Hex D5 87 DC 3 27 0 E 127 37 46
Octal 325 207 334 3 47 0 16 447 67 106
Binary 11010101 10000111 11011100 11 100111 0 1110 100100111 110111 1000110

Color Harmonies of #D587DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D587DC

Black with #D587DC

Text Example


Text Example

White with #D587DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D587DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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