Html Css Color HEX #DD86D9 Orchid

📋 copy color: '#DD86D9'

red 221 ◦ green 134 ◦ blue 217

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

Shades of Orchid #DD86D9

Tints of Orchid #DD86D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.94%

R = 38.64%
G = 23.43%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD86D9 (or 0xDD86D9) is known color: Orchid. HEX triplet: DD, 86 and D9. RGB value is (221,134,217). Sum of RGB (Red+Green+Blue) = 221+134+217=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86D9 is #227926. Grayscale: #A9A9A9. Windows color (decimal): -2259239 or 14255837. OLE color: 14255837.

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

Color convert

RGB 221 134 217 -
CMYK 0 0.39 0.02 0.13
HSL 302.76º 0.56% 0.7% -
HSV(B) 302.76º 0.39% 0.87% -
XYZ 50.87 37.43 70.19 -
YUV 169.48 154.82 164.75 -
System Red Green Blue C M Y K H S L
Decimal 221 134 217 0 0.39 0.02 0.13 302.76 0.56 0.7
Hex DD 86 D9 0 27 2 D 12F 38 46
Octal 335 206 331 0 47 2 15 457 70 106
Binary 11011101 10000110 11011001 0 100111 10 1101 100101111 111000 1000110

Color Harmonies of #DD86D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86D9

Black with #DD86D9

Text Example


Text Example

White with #DD86D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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