Html Css Color HEX #D086CE Orchid

📋 copy color: '#D086CE'

red 208 ◦ green 134 ◦ blue 206

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

Shades of Orchid #D086CE

Tints of Orchid #D086CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.59%

R = 37.96%
G = 24.45%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D086CE (or 0xD086CE) is known color: Orchid. HEX triplet: D0, 86 and CE. RGB value is (208,134,206). Sum of RGB (Red+Green+Blue) = 208+134+206=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D086CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086CE is #2F7931. Grayscale: #A4A4A4. Windows color (decimal): -3111218 or 13534928. OLE color: 13534928.

HSL color Cylindrical-coordinate representation of color #D086CE: hue angle of 301.62º degrees, saturation: 0.44, 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 #D086CE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 134 206 -
CMYK 0 0.36 0.01 0.18
HSL 301.62º 0.44% 0.67% -
HSV(B) 301.62º 0.36% 0.82% -
XYZ 45.68 34.92 62.72 -
YUV 164.33 151.52 159.15 -
System Red Green Blue C M Y K H S L
Decimal 208 134 206 0 0.36 0.01 0.18 301.62 0.44 0.67
Hex D0 86 CE 0 24 1 12 12E 2C 43
Octal 320 206 316 0 44 1 22 456 54 103
Binary 11010000 10000110 11001110 0 100100 1 10010 100101110 101100 1000011

Color Harmonies of #D086CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086CE

Black with #D086CE

Text Example


Text Example

White with #D086CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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