Html Css Color HEX #DD7EC6 Orchid

📋 copy color: '#DD7EC6'

red 221 ◦ green 126 ◦ blue 198

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

Shades of Orchid #DD7EC6

Tints of Orchid #DD7EC6

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.12%

 BLUE value IS 198 (77.73% from 255) = 36.33%

R = 40.55%
G = 23.12%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DD7EC6 (or 0xDD7EC6) is known color: Orchid. HEX triplet: DD, 7E and C6. RGB value is (221,126,198). Sum of RGB (Red+Green+Blue) = 221+126+198=545 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.55% from 545); Green value is 126 (49.61% from 255 or 23.12% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC6 is #228139. Grayscale: #A2A2A2. Windows color (decimal): -2261306 or 13008605. OLE color: 13008605.

HSL color Cylindrical-coordinate representation of color #DD7EC6: hue angle of 314.53º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7EC6 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 198 -
CMYK 0 0.43 0.10 0.13
HSL 314.53º 0.58% 0.68% -
HSV(B) 314.53º 0.43% 0.87% -
XYZ 47.47 34.37 57.56 -
YUV 162.61 147.97 169.65 -
System Red Green Blue C M Y K H S L
Decimal 221 126 198 0 0.43 0.10 0.13 314.53 0.58 0.68
Hex DD 7E C6 0 2B A D 13B 3A 44
Octal 335 176 306 0 53 12 15 473 72 104
Binary 11011101 1111110 11000110 0 101011 1010 1101 100111011 111010 1000100

Color Harmonies of #DD7EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EC6

Black with #DD7EC6

Text Example


Text Example

White with #DD7EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EC6; }

 p { color: rgb(221,126,198); }

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

background-color css

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

 a { background-color: rgb(221,126,198); }

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

border-color css

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

 span { border-color: rgb(221,126,198); }

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