Html Css Color HEX #D487DB Orchid

📋 copy color: '#D487DB'

red 212 ◦ green 135 ◦ blue 219

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

Shades of Orchid #D487DB

Tints of Orchid #D487DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 37.46%
G = 23.85%
B = 38.69%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D487DB (or 0xD487DB) is known color: Orchid. HEX triplet: D4, 87 and DB. RGB value is (212,135,219). Sum of RGB (Red+Green+Blue) = 212+135+219=566 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.46% from 566); Green value is 135 (53.12% from 255 or 23.85% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D487DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D487DB is #2B7824. Grayscale: #A7A7A7. Windows color (decimal): -2848805 or 14387156. OLE color: 14387156.

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

Color convert

RGB 212 135 219 -
CMYK 0.03 0.38 0 0.14
HSL 295º 0.54% 0.69% -
HSV(B) 295º 0.38% 0.86% -
XYZ 48.6 36.44 71.49 -
YUV 167.6 157.01 159.67 -
System Red Green Blue C M Y K H S L
Decimal 212 135 219 0.03 0.38 0 0.14 295 0.54 0.69
Hex D4 87 DB 3 26 0 E 127 36 45
Octal 324 207 333 3 46 0 16 447 66 105
Binary 11010100 10000111 11011011 11 100110 0 1110 100100111 110110 1000101

Color Harmonies of #D487DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D487DB

Black with #D487DB

Text Example


Text Example

White with #D487DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D487DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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