Html Css Color HEX #DD6EC7 Orchid

📋 copy color: '#DD6EC7'

red 221 ◦ green 110 ◦ blue 199

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

Shades of Orchid #DD6EC7

Tints of Orchid #DD6EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.55%

R = 41.7%
G = 20.75%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD6EC7 (or 0xDD6EC7) is known color: Orchid. HEX triplet: DD, 6E and C7. RGB value is (221,110,199). Sum of RGB (Red+Green+Blue) = 221+110+199=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 110 (43.36% from 255 or 20.75% from 530); Blue value is 199 (78.12% from 255 or 37.55% from 530); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6EC7 is #229138. Grayscale: #999999. Windows color (decimal): -2265401 or 13070045. OLE color: 13070045.

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

Color convert

RGB 221 110 199 -
CMYK 0 0.50 0.10 0.13
HSL 311.89º 0.62% 0.65% -
HSV(B) 311.89º 0.5% 0.87% -
XYZ 45.7 30.65 57.54 -
YUV 153.34 153.77 176.26 -
System Red Green Blue C M Y K H S L
Decimal 221 110 199 0 0.50 0.10 0.13 311.89 0.62 0.65
Hex DD 6E C7 0 32 A D 138 3E 41
Octal 335 156 307 0 62 12 15 470 76 101
Binary 11011101 1101110 11000111 0 110010 1010 1101 100111000 111110 1000001

Color Harmonies of #DD6EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EC7

Black with #DD6EC7

Text Example


Text Example

White with #DD6EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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