Html Css Color HEX #D086D1 Orchid

📋 copy color: '#D086D1'

red 208 ◦ green 134 ◦ blue 209

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

Shades of Orchid #D086D1

Tints of Orchid #D086D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.93%

R = 37.75%
G = 24.32%
B = 37.93%

CMYK

 C value IS 0.00

 M value IS 0.36

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D086D1 (or 0xD086D1) is known color: Orchid. HEX triplet: D0, 86 and D1. RGB value is (208,134,209). Sum of RGB (Red+Green+Blue) = 208+134+209=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 209 (82.03% from 255 or 37.93% from 551); Max value from RGB is 209 - color contains mainly: blue. Hex color #D086D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086D1 is #2F792E. Grayscale: #A4A4A4. Windows color (decimal): -3111215 or 13731536. OLE color: 13731536.

HSL color Cylindrical-coordinate representation of color #D086D1: hue angle of 299.2º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086D1 is Cyan = 0.00, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 209 -
CMYK 0.00 0.36 0 0.18
HSL 299.2º 0.45% 0.67% -
HSV(B) 299.2º 0.36% 0.82% -
XYZ 46.05 35.06 64.66 -
YUV 164.68 153.02 158.9 -
System Red Green Blue C M Y K H S L
Decimal 208 134 209 0.00 0.36 0 0.18 299.2 0.45 0.67
Hex D0 86 D1 0 24 0 12 12B 2D 43
Octal 320 206 321 0 44 0 22 453 55 103
Binary 11010000 10000110 11010001 0 100100 0 10010 100101011 101101 1000011

Color Harmonies of #D086D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086D1

Black with #D086D1

Text Example


Text Example

White with #D086D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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