Html Css Color HEX #DD7ED7 Orchid

📋 copy color: '#DD7ED7'

red 221 ◦ green 126 ◦ blue 215

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

Shades of Orchid #DD7ED7

Tints of Orchid #DD7ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 39.32%
G = 22.42%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DD7ED7 (or 0xDD7ED7) is known color: Orchid. HEX triplet: DD, 7E and D7. RGB value is (221,126,215). Sum of RGB (Red+Green+Blue) = 221+126+215=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 126 (49.61% from 255 or 22.42% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7ED7 is #228128. Grayscale: #A4A4A4. Windows color (decimal): -2261289 or 14122717. OLE color: 14122717.

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

Color convert

RGB 221 126 215 -
CMYK 0 0.43 0.03 0.13
HSL 303.79º 0.58% 0.68% -
HSV(B) 303.79º 0.43% 0.87% -
XYZ 49.55 35.2 68.47 -
YUV 164.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 221 126 215 0 0.43 0.03 0.13 303.79 0.58 0.68
Hex DD 7E D7 0 2B 3 D 130 3A 44
Octal 335 176 327 0 53 3 15 460 72 104
Binary 11011101 1111110 11010111 0 101011 11 1101 100110000 111010 1000100

Color Harmonies of #DD7ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7ED7

Black with #DD7ED7

Text Example


Text Example

White with #DD7ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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