Html Css Color HEX #DD86C8 Orchid

📋 copy color: '#DD86C8'

red 221 ◦ green 134 ◦ blue 200

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

Shades of Orchid #DD86C8

Tints of Orchid #DD86C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.04%

R = 39.82%
G = 24.14%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD86C8 (or 0xDD86C8) is known color: Orchid. HEX triplet: DD, 86 and C8. RGB value is (221,134,200). Sum of RGB (Red+Green+Blue) = 221+134+200=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 134 (52.73% from 255 or 24.14% from 555); Blue value is 200 (78.52% from 255 or 36.04% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86C8 is #227937. Grayscale: #A7A7A7. Windows color (decimal): -2259256 or 13141725. OLE color: 13141725.

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

Color convert

RGB 221 134 200 -
CMYK 0 0.39 0.10 0.13
HSL 314.48º 0.56% 0.7% -
HSV(B) 314.48º 0.39% 0.87% -
XYZ 48.77 36.59 59.14 -
YUV 167.54 146.32 166.13 -
System Red Green Blue C M Y K H S L
Decimal 221 134 200 0 0.39 0.10 0.13 314.48 0.56 0.7
Hex DD 86 C8 0 27 A D 13A 38 46
Octal 335 206 310 0 47 12 15 472 70 106
Binary 11011101 10000110 11001000 0 100111 1010 1101 100111010 111000 1000110

Color Harmonies of #DD86C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86C8

Black with #DD86C8

Text Example


Text Example

White with #DD86C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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