Html Css Color HEX #D086DD Orchid

📋 copy color: '#D086DD'

red 208 ◦ green 134 ◦ blue 221

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

Shades of Orchid #D086DD

Tints of Orchid #D086DD

RGB

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

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

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

R = 36.94%
G = 23.8%
B = 39.25%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D086DD (or 0xD086DD) is known color: Orchid. HEX triplet: D0, 86 and DD. RGB value is (208,134,221). Sum of RGB (Red+Green+Blue) = 208+134+221=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #D086DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086DD is #2F7922. Grayscale: #A5A5A5. Windows color (decimal): -3111203 or 14517968. OLE color: 14517968.

HSL color Cylindrical-coordinate representation of color #D086DD: hue angle of 291.03º 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 #D086DD is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 134 221 -
CMYK 0.06 0.39 0 0.13
HSL 291.03º 0.56% 0.7% -
HSV(B) 291.03º 0.39% 0.87% -
XYZ 47.59 35.68 72.79 -
YUV 166.04 159.02 157.93 -
System Red Green Blue C M Y K H S L
Decimal 208 134 221 0.06 0.39 0 0.13 291.03 0.56 0.7
Hex D0 86 DD 6 27 0 D 123 38 46
Octal 320 206 335 6 47 0 15 443 70 106
Binary 11010000 10000110 11011101 110 100111 0 1101 100100011 111000 1000110

Color Harmonies of #D086DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086DD

Black with #D086DD

Text Example


Text Example

White with #D086DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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