Html Css Color HEX #DD86D0 Orchid

📋 copy color: '#DD86D0'

red 221 ◦ green 134 ◦ blue 208

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

Shades of Orchid #DD86D0

Tints of Orchid #DD86D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.94%

R = 39.25%
G = 23.8%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD86D0 (or 0xDD86D0) is known color: Orchid. HEX triplet: DD, 86 and D0. RGB value is (221,134,208). Sum of RGB (Red+Green+Blue) = 221+134+208=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 134 (52.73% from 255 or 23.80% from 563); Blue value is 208 (81.64% from 255 or 36.94% from 563); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86D0 is #22792F. Grayscale: #A8A8A8. Windows color (decimal): -2259248 or 13666013. OLE color: 13666013.

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

Color convert

RGB 221 134 208 -
CMYK 0 0.39 0.06 0.13
HSL 308.97º 0.56% 0.7% -
HSV(B) 308.97º 0.39% 0.87% -
XYZ 49.73 36.98 64.19 -
YUV 168.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 221 134 208 0 0.39 0.06 0.13 308.97 0.56 0.7
Hex DD 86 D0 0 27 6 D 135 38 46
Octal 335 206 320 0 47 6 15 465 70 106
Binary 11011101 10000110 11010000 0 100111 110 1101 100110101 111000 1000110

Color Harmonies of #DD86D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86D0

Black with #DD86D0

Text Example


Text Example

White with #DD86D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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