Html Css Color HEX #DD6ECB Orchid

📋 copy color: '#DD6ECB'

red 221 ◦ green 110 ◦ blue 203

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

Shades of Orchid #DD6ECB

Tints of Orchid #DD6ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.01%

R = 41.39%
G = 20.6%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD6ECB (or 0xDD6ECB) is known color: Orchid. HEX triplet: DD, 6E and CB. RGB value is (221,110,203). Sum of RGB (Red+Green+Blue) = 221+110+203=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 110 (43.36% from 255 or 20.60% from 534); Blue value is 203 (79.69% from 255 or 38.01% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6ECB is #229134. Grayscale: #999999. Windows color (decimal): -2265397 or 13332189. OLE color: 13332189.

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

Color convert

RGB 221 110 203 -
CMYK 0 0.50 0.08 0.13
HSL 309.73º 0.62% 0.65% -
HSV(B) 309.73º 0.5% 0.87% -
XYZ 46.17 30.84 60.02 -
YUV 153.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 221 110 203 0 0.50 0.08 0.13 309.73 0.62 0.65
Hex DD 6E CB 0 32 8 D 136 3E 41
Octal 335 156 313 0 62 10 15 466 76 101
Binary 11011101 1101110 11001011 0 110010 1000 1101 100110110 111110 1000001

Color Harmonies of #DD6ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6ECB

Black with #DD6ECB

Text Example


Text Example

White with #DD6ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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