Html Css Color HEX #DD86DD Orchid

📋 copy color: '#DD86DD'

red 221 ◦ green 134 ◦ blue 221

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

Shades of Orchid #DD86DD

Tints of Orchid #DD86DD

RGB

 RED value IS 221 (86.72% from 255) = 38.37%

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

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

R = 38.37%
G = 23.26%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD86DD (or 0xDD86DD) is known color: Orchid. HEX triplet: DD, 86 and DD. RGB value is (221,134,221). Sum of RGB (Red+Green+Blue) = 221+134+221=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 134 (52.73% from 255 or 23.26% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD86DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86DD is #227922. Grayscale: #A9A9A9. Windows color (decimal): -2259235 or 14517981. OLE color: 14517981.

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

Color convert

RGB 221 134 221 -
CMYK 0 0.39 0 0.13
HSL 300º 0.56% 0.7% -
HSV(B) 300º 0.39% 0.87% -
XYZ 51.4 37.64 72.96 -
YUV 169.93 156.82 164.43 -
System Red Green Blue C M Y K H S L
Decimal 221 134 221 0 0.39 0 0.13 300 0.56 0.7
Hex DD 86 DD 0 27 0 D 12C 38 46
Octal 335 206 335 0 47 0 15 454 70 106
Binary 11011101 10000110 11011101 0 100111 0 1101 100101100 111000 1000110

Color Harmonies of #DD86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86DD

Black with #DD86DD

Text Example


Text Example

White with #DD86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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