Html Css Color HEX #D087DB Orchid

📋 copy color: '#D087DB'

red 208 ◦ green 135 ◦ blue 219

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

Shades of Orchid #D087DB

Tints of Orchid #D087DB

RGB

 RED value IS 208 (81.64% from 255) = 37.01%

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

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

R = 37.01%
G = 24.02%
B = 38.97%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D087DB (or 0xD087DB) is known color: Orchid. HEX triplet: D0, 87 and DB. RGB value is (208,135,219). Sum of RGB (Red+Green+Blue) = 208+135+219=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 135 (53.12% from 255 or 24.02% from 562); Blue value is 219 (85.94% from 255 or 38.97% from 562); Max value from RGB is 219 - color contains mainly: blue. Hex color #D087DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D087DB is #2F7824. Grayscale: #A6A6A6. Windows color (decimal): -3110949 or 14387152. OLE color: 14387152.

HSL color Cylindrical-coordinate representation of color #D087DB: hue angle of 292.14º 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 #D087DB is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 135 219 -
CMYK 0.05 0.38 0 0.14
HSL 292.14º 0.54% 0.69% -
HSV(B) 292.14º 0.38% 0.86% -
XYZ 47.46 35.85 71.44 -
YUV 166.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 208 135 219 0.05 0.38 0 0.14 292.14 0.54 0.69
Hex D0 87 DB 5 26 0 E 124 36 45
Octal 320 207 333 5 46 0 16 444 66 105
Binary 11010000 10000111 11011011 101 100110 0 1110 100100100 110110 1000101

Color Harmonies of #D087DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D087DB

Black with #D087DB

Text Example


Text Example

White with #D087DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D087DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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