Html Css Color HEX #DD7ED5 Orchid

📋 copy color: '#DD7ED5'

red 221 ◦ green 126 ◦ blue 213

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

Shades of Orchid #DD7ED5

Tints of Orchid #DD7ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 39.46%
G = 22.5%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD7ED5 (or 0xDD7ED5) is known color: Orchid. HEX triplet: DD, 7E and D5. RGB value is (221,126,213). Sum of RGB (Red+Green+Blue) = 221+126+213=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ED5 is #22812A. Grayscale: #A4A4A4. Windows color (decimal): -2261291 or 13991645. OLE color: 13991645.

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

Color convert

RGB 221 126 213 -
CMYK 0 0.43 0.04 0.13
HSL 305.05º 0.58% 0.68% -
HSV(B) 305.05º 0.43% 0.87% -
XYZ 49.29 35.1 67.13 -
YUV 164.32 155.47 168.43 -
System Red Green Blue C M Y K H S L
Decimal 221 126 213 0 0.43 0.04 0.13 305.05 0.58 0.68
Hex DD 7E D5 0 2B 4 D 131 3A 44
Octal 335 176 325 0 53 4 15 461 72 104
Binary 11011101 1111110 11010101 0 101011 100 1101 100110001 111010 1000100

Color Harmonies of #DD7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ED5

Black with #DD7ED5

Text Example


Text Example

White with #DD7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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