Html Css Color HEX #DD6ED6 Orchid

📋 copy color: '#DD6ED6'

red 221 ◦ green 110 ◦ blue 214

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

Shades of Orchid #DD6ED6

Tints of Orchid #DD6ED6

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.18%

 BLUE value IS 214 (83.98% from 255) = 39.27%

R = 40.55%
G = 20.18%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD6ED6 (or 0xDD6ED6) is known color: Orchid. HEX triplet: DD, 6E and D6. RGB value is (221,110,214). Sum of RGB (Red+Green+Blue) = 221+110+214=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 110 (43.36% from 255 or 20.18% from 545); Blue value is 214 (83.98% from 255 or 39.27% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED6 is #229129. Grayscale: #9A9A9A. Windows color (decimal): -2265386 or 14053085. OLE color: 14053085.

HSL color Cylindrical-coordinate representation of color #DD6ED6: hue angle of 303.78º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6ED6 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 214 -
CMYK 0 0.50 0.03 0.13
HSL 303.78º 0.62% 0.65% -
HSV(B) 303.78º 0.5% 0.87% -
XYZ 47.53 31.38 67.17 -
YUV 155.05 161.27 175.04 -
System Red Green Blue C M Y K H S L
Decimal 221 110 214 0 0.50 0.03 0.13 303.78 0.62 0.65
Hex DD 6E D6 0 32 3 D 130 3E 41
Octal 335 156 326 0 62 3 15 460 76 101
Binary 11011101 1101110 11010110 0 110010 11 1101 100110000 111110 1000001

Color Harmonies of #DD6ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ED6

Black with #DD6ED6

Text Example


Text Example

White with #DD6ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ED6; }

 p { color: rgb(221,110,214); }

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

background-color css

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

 a { background-color: rgb(221,110,214); }

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

border-color css

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

 span { border-color: rgb(221,110,214); }

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