Html Css Color HEX #DD6EDE Orchid

📋 copy color: '#DD6EDE'

red 221 ◦ green 110 ◦ blue 222

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

Shades of Orchid #DD6EDE

Tints of Orchid #DD6EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 39.96%
G = 19.89%
B = 40.14%

CMYK

 C value IS 0.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD6EDE (or 0xDD6EDE) is known color: Orchid. HEX triplet: DD, 6E and DE. RGB value is (221,110,222). Sum of RGB (Red+Green+Blue) = 221+110+222=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 110 (43.36% from 255 or 19.89% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD6EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EDE is #229121. Grayscale: #9B9B9B. Windows color (decimal): -2265378 or 14577373. OLE color: 14577373.

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

Color convert

RGB 221 110 222 -
CMYK 0.00 0.50 0 0.13
HSL 299.46º 0.63% 0.65% -
HSV(B) 299.46º 0.5% 0.87% -
XYZ 48.58 31.8 72.68 -
YUV 155.96 165.27 174.39 -
System Red Green Blue C M Y K H S L
Decimal 221 110 222 0.00 0.50 0 0.13 299.46 0.63 0.65
Hex DD 6E DE 0 32 0 D 12B 3F 41
Octal 335 156 336 0 62 0 15 453 77 101
Binary 11011101 1101110 11011110 0 110010 0 1101 100101011 111111 1000001

Color Harmonies of #DD6EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EDE

Black with #DD6EDE

Text Example


Text Example

White with #DD6EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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