Html Css Color HEX #D086DB Orchid

📋 copy color: '#D086DB'

red 208 ◦ green 134 ◦ blue 219

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

Shades of Orchid #D086DB

Tints of Orchid #D086DB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.89%

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

R = 37.08%
G = 23.89%
B = 39.04%

CMYK

 C value IS 0.05

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D086DB (or 0xD086DB) is known color: Orchid. HEX triplet: D0, 86 and DB. RGB value is (208,134,219). Sum of RGB (Red+Green+Blue) = 208+134+219=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 219 - color contains mainly: blue. Hex color #D086DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086DB is #2F7924. Grayscale: #A5A5A5. Windows color (decimal): -3111205 or 14386896. OLE color: 14386896.

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

Color convert

RGB 208 134 219 -
CMYK 0.05 0.39 0 0.14
HSL 292.24º 0.54% 0.69% -
HSV(B) 292.24º 0.39% 0.86% -
XYZ 47.32 35.57 71.39 -
YUV 165.82 158.02 158.09 -
System Red Green Blue C M Y K H S L
Decimal 208 134 219 0.05 0.39 0 0.14 292.24 0.54 0.69
Hex D0 86 DB 5 27 0 E 124 36 45
Octal 320 206 333 5 47 0 16 444 66 105
Binary 11010000 10000110 11011011 101 100111 0 1110 100100100 110110 1000101

Color Harmonies of #D086DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086DB

Black with #D086DB

Text Example


Text Example

White with #D086DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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