Html Css Color HEX #DD86CF Orchid

📋 copy color: '#DD86CF'

red 221 ◦ green 134 ◦ blue 207

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

Shades of Orchid #DD86CF

Tints of Orchid #DD86CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.83%

R = 39.32%
G = 23.84%
B = 36.83%

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

#DD86CF (or 0xDD86CF) is known color: Orchid. HEX triplet: DD, 86 and CF. RGB value is (221,134,207). Sum of RGB (Red+Green+Blue) = 221+134+207=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 134 (52.73% from 255 or 23.84% from 562); Blue value is 207 (81.25% from 255 or 36.83% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD86CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD86CF is #227930. Grayscale: #A8A8A8. Windows color (decimal): -2259249 or 13600477. OLE color: 13600477.

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

Color convert

RGB 221 134 207 -
CMYK 0 0.39 0.06 0.13
HSL 309.66º 0.56% 0.7% -
HSV(B) 309.66º 0.39% 0.87% -
XYZ 49.61 36.93 63.54 -
YUV 168.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 221 134 207 0 0.39 0.06 0.13 309.66 0.56 0.7
Hex DD 86 CF 0 27 6 D 136 38 46
Octal 335 206 317 0 47 6 15 466 70 106
Binary 11011101 10000110 11001111 0 100111 110 1101 100110110 111000 1000110

Color Harmonies of #DD86CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD86CF

Black with #DD86CF

Text Example


Text Example

White with #DD86CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD86CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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