Html Css Color HEX #DD86CE Orchid

📋 copy color: '#DD86CE'

red 221 ◦ green 134 ◦ blue 206

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

Shades of Orchid #DD86CE

Tints of Orchid #DD86CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.72%

R = 39.39%
G = 23.89%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD86CE (or 0xDD86CE) is known color: Orchid. HEX triplet: DD, 86 and CE. RGB value is (221,134,206). Sum of RGB (Red+Green+Blue) = 221+134+206=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 206 (80.86% from 255 or 36.72% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86CE is #227931. Grayscale: #A8A8A8. Windows color (decimal): -2259250 or 13534941. OLE color: 13534941.

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

Color convert

RGB 221 134 206 -
CMYK 0 0.39 0.07 0.13
HSL 310.34º 0.56% 0.7% -
HSV(B) 310.34º 0.39% 0.87% -
XYZ 49.48 36.88 62.9 -
YUV 168.22 149.32 165.65 -
System Red Green Blue C M Y K H S L
Decimal 221 134 206 0 0.39 0.07 0.13 310.34 0.56 0.7
Hex DD 86 CE 0 27 7 D 136 38 46
Octal 335 206 316 0 47 7 15 466 70 106
Binary 11011101 10000110 11001110 0 100111 111 1101 100110110 111000 1000110

Color Harmonies of #DD86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86CE

Black with #DD86CE

Text Example


Text Example

White with #DD86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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