Html Css Color HEX #DD6EBE Orchid

📋 copy color: '#DD6EBE'

red 221 ◦ green 110 ◦ blue 190

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

Shades of Orchid #DD6EBE

Tints of Orchid #DD6EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 42.42%
G = 21.11%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD6EBE (or 0xDD6EBE) is known color: Orchid. HEX triplet: DD, 6E and BE. RGB value is (221,110,190). Sum of RGB (Red+Green+Blue) = 221+110+190=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EBE is #229141. Grayscale: #989898. Windows color (decimal): -2265410 or 12480221. OLE color: 12480221.

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

Color convert

RGB 221 110 190 -
CMYK 0 0.50 0.14 0.13
HSL 316.76º 0.62% 0.65% -
HSV(B) 316.76º 0.5% 0.87% -
XYZ 44.69 30.24 52.2 -
YUV 152.31 149.27 177 -
System Red Green Blue C M Y K H S L
Decimal 221 110 190 0 0.50 0.14 0.13 316.76 0.62 0.65
Hex DD 6E BE 0 32 E D 13D 3E 41
Octal 335 156 276 0 62 16 15 475 76 101
Binary 11011101 1101110 10111110 0 110010 1110 1101 100111101 111110 1000001

Color Harmonies of #DD6EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EBE

Black with #DD6EBE

Text Example


Text Example

White with #DD6EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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