Html Css Color HEX #DD7EC5 Orchid

📋 copy color: '#DD7EC5'

red 221 ◦ green 126 ◦ blue 197

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

Shades of Orchid #DD7EC5

Tints of Orchid #DD7EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 36.21%

R = 40.63%
G = 23.16%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD7EC5 (or 0xDD7EC5) is known color: Orchid. HEX triplet: DD, 7E and C5. RGB value is (221,126,197). Sum of RGB (Red+Green+Blue) = 221+126+197=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 126 (49.61% from 255 or 23.16% from 544); Blue value is 197 (77.34% from 255 or 36.21% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC5 is #22813A. Grayscale: #A2A2A2. Windows color (decimal): -2261307 or 12943069. OLE color: 12943069.

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

Color convert

RGB 221 126 197 -
CMYK 0 0.43 0.11 0.13
HSL 315.16º 0.58% 0.68% -
HSV(B) 315.16º 0.43% 0.87% -
XYZ 47.36 34.33 56.95 -
YUV 162.5 147.47 169.73 -
System Red Green Blue C M Y K H S L
Decimal 221 126 197 0 0.43 0.11 0.13 315.16 0.58 0.68
Hex DD 7E C5 0 2B B D 13B 3A 44
Octal 335 176 305 0 53 13 15 473 72 104
Binary 11011101 1111110 11000101 0 101011 1011 1101 100111011 111010 1000100

Color Harmonies of #DD7EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EC5

Black with #DD7EC5

Text Example


Text Example

White with #DD7EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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