Html Css Color HEX #DD7EC8 Orchid

📋 copy color: '#DD7EC8'

red 221 ◦ green 126 ◦ blue 200

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

Shades of Orchid #DD7EC8

Tints of Orchid #DD7EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 40.4%
G = 23.03%
B = 36.56%

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

#DD7EC8 (or 0xDD7EC8) is known color: Orchid. HEX triplet: DD, 7E and C8. RGB value is (221,126,200). Sum of RGB (Red+Green+Blue) = 221+126+200=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC8 is #228137. Grayscale: #A2A2A2. Windows color (decimal): -2261304 or 13139677. OLE color: 13139677.

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

Color convert

RGB 221 126 200 -
CMYK 0 0.43 0.10 0.13
HSL 313.26º 0.58% 0.68% -
HSV(B) 313.26º 0.43% 0.87% -
XYZ 47.7 34.46 58.78 -
YUV 162.84 148.97 169.48 -
System Red Green Blue C M Y K H S L
Decimal 221 126 200 0 0.43 0.10 0.13 313.26 0.58 0.68
Hex DD 7E C8 0 2B A D 139 3A 44
Octal 335 176 310 0 53 12 15 471 72 104
Binary 11011101 1111110 11001000 0 101011 1010 1101 100111001 111010 1000100

Color Harmonies of #DD7EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EC8

Black with #DD7EC8

Text Example


Text Example

White with #DD7EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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