Html Css Color HEX #DD6ED4 Orchid

📋 copy color: '#DD6ED4'

red 221 ◦ green 110 ◦ blue 212

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

Shades of Orchid #DD6ED4

Tints of Orchid #DD6ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.04%

R = 40.7%
G = 20.26%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD6ED4 (or 0xDD6ED4) is known color: Orchid. HEX triplet: DD, 6E and D4. RGB value is (221,110,212). Sum of RGB (Red+Green+Blue) = 221+110+212=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 212 (83.20% from 255 or 39.04% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ED4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ED4 is #22912B. Grayscale: #9A9A9A. Windows color (decimal): -2265388 or 13922013. OLE color: 13922013.

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

Color convert

RGB 221 110 212 -
CMYK 0 0.50 0.04 0.13
HSL 304.86º 0.62% 0.65% -
HSV(B) 304.86º 0.5% 0.87% -
XYZ 47.28 31.28 65.83 -
YUV 154.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 221 110 212 0 0.50 0.04 0.13 304.86 0.62 0.65
Hex DD 6E D4 0 32 4 D 131 3E 41
Octal 335 156 324 0 62 4 15 461 76 101
Binary 11011101 1101110 11010100 0 110010 100 1101 100110001 111110 1000001

Color Harmonies of #DD6ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ED4

Black with #DD6ED4

Text Example


Text Example

White with #DD6ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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