Html Css Color HEX #D086C9 Orchid

📋 copy color: '#D086C9'

red 208 ◦ green 134 ◦ blue 201

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

Shades of Orchid #D086C9

Tints of Orchid #D086C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.02%

R = 38.31%
G = 24.68%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D086C9 (or 0xD086C9) is known color: Orchid. HEX triplet: D0, 86 and C9. RGB value is (208,134,201). Sum of RGB (Red+Green+Blue) = 208+134+201=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 134 (52.73% from 255 or 24.68% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D086C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086C9 is #2F7936. Grayscale: #A3A3A3. Windows color (decimal): -3111223 or 13207248. OLE color: 13207248.

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

Color convert

RGB 208 134 201 -
CMYK 0 0.36 0.03 0.18
HSL 305.68º 0.44% 0.67% -
HSV(B) 305.68º 0.36% 0.82% -
XYZ 45.08 34.68 59.58 -
YUV 163.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 208 134 201 0 0.36 0.03 0.18 305.68 0.44 0.67
Hex D0 86 C9 0 24 3 12 132 2C 43
Octal 320 206 311 0 44 3 22 462 54 103
Binary 11010000 10000110 11001001 0 100100 11 10010 100110010 101100 1000011

Color Harmonies of #D086C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086C9

Black with #D086C9

Text Example


Text Example

White with #D086C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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