Html Css Color HEX #D487DD Orchid

📋 copy color: '#D487DD'

red 212 ◦ green 135 ◦ blue 221

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

Shades of Orchid #D487DD

Tints of Orchid #D487DD

RGB

 RED value IS 212 (83.2% from 255) = 37.32%

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

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 37.32%
G = 23.77%
B = 38.91%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D487DD (or 0xD487DD) is known color: Orchid. HEX triplet: D4, 87 and DD. RGB value is (212,135,221). Sum of RGB (Red+Green+Blue) = 212+135+221=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 135 (53.12% from 255 or 23.77% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D487DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DD is #2B7822. Grayscale: #A7A7A7. Windows color (decimal): -2848803 or 14518228. OLE color: 14518228.

HSL color Cylindrical-coordinate representation of color #D487DD: hue angle of 293.72º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D487DD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 135 221 -
CMYK 0.04 0.39 0 0.13
HSL 293.72º 0.56% 0.7% -
HSV(B) 293.72º 0.39% 0.87% -
XYZ 48.87 36.55 72.89 -
YUV 167.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 212 135 221 0.04 0.39 0 0.13 293.72 0.56 0.7
Hex D4 87 DD 4 27 0 D 126 38 46
Octal 324 207 335 4 47 0 15 446 70 106
Binary 11010100 10000111 11011101 100 100111 0 1101 100100110 111000 1000110

Color Harmonies of #D487DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487DD

Black with #D487DD

Text Example


Text Example

White with #D487DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487DD; }

 p { color: rgb(212,135,221); }

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

background-color css

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

 a { background-color: rgb(212,135,221); }

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

border-color css

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

 span { border-color: rgb(212,135,221); }

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