Html Css Color HEX #D086CF Orchid

📋 copy color: '#D086CF'

red 208 ◦ green 134 ◦ blue 207

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

Shades of Orchid #D086CF

Tints of Orchid #D086CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.7%

R = 37.89%
G = 24.41%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D086CF (or 0xD086CF) is known color: Orchid. HEX triplet: D0, 86 and CF. RGB value is (208,134,207). Sum of RGB (Red+Green+Blue) = 208+134+207=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D086CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086CF is #2F7930. Grayscale: #A4A4A4. Windows color (decimal): -3111217 or 13600464. OLE color: 13600464.

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

Color convert

RGB 208 134 207 -
CMYK 0 0.36 0.00 0.18
HSL 300.81º 0.44% 0.67% -
HSV(B) 300.81º 0.36% 0.82% -
XYZ 45.8 34.97 63.37 -
YUV 164.45 152.02 159.06 -
System Red Green Blue C M Y K H S L
Decimal 208 134 207 0 0.36 0.00 0.18 300.81 0.44 0.67
Hex D0 86 CF 0 24 0 12 12D 2C 43
Octal 320 206 317 0 44 0 22 455 54 103
Binary 11010000 10000110 11001111 0 100100 0 10010 100101101 101100 1000011

Color Harmonies of #D086CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D086CF

Black with #D086CF

Text Example


Text Example

White with #D086CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D086CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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