Html Css Color HEX #D086D7 Orchid

📋 copy color: '#D086D7'

red 208 ◦ green 134 ◦ blue 215

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

Shades of Orchid #D086D7

Tints of Orchid #D086D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.6%

R = 37.34%
G = 24.06%
B = 38.6%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D086D7 (or 0xD086D7) is known color: Orchid. HEX triplet: D0, 86 and D7. RGB value is (208,134,215). Sum of RGB (Red+Green+Blue) = 208+134+215=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 134 (52.73% from 255 or 24.06% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 215 - color contains mainly: blue. Hex color #D086D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086D7 is #2F7928. Grayscale: #A5A5A5. Windows color (decimal): -3111209 or 14124752. OLE color: 14124752.

HSL color Cylindrical-coordinate representation of color #D086D7: hue angle of 294.81º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D086D7 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 134 215 -
CMYK 0.03 0.38 0 0.16
HSL 294.81º 0.5% 0.68% -
HSV(B) 294.81º 0.38% 0.84% -
XYZ 46.8 35.37 68.65 -
YUV 165.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 208 134 215 0.03 0.38 0 0.16 294.81 0.5 0.68
Hex D0 86 D7 3 26 0 10 127 32 44
Octal 320 206 327 3 46 0 20 447 62 104
Binary 11010000 10000110 11010111 11 100110 0 10000 100100111 110010 1000100

Color Harmonies of #D086D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086D7

Black with #D086D7

Text Example


Text Example

White with #D086D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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