Html Css Color HEX #DD7EC9 Orchid

📋 copy color: '#DD7EC9'

red 221 ◦ green 126 ◦ blue 201

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

Shades of Orchid #DD7EC9

Tints of Orchid #DD7EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 40.33%
G = 22.99%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD7EC9 (or 0xDD7EC9) is known color: Orchid. HEX triplet: DD, 7E and C9. RGB value is (221,126,201). Sum of RGB (Red+Green+Blue) = 221+126+201=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 126 (49.61% from 255 or 22.99% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EC9 is #228136. Grayscale: #A2A2A2. Windows color (decimal): -2261303 or 13205213. OLE color: 13205213.

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

Color convert

RGB 221 126 201 -
CMYK 0 0.43 0.09 0.13
HSL 312.63º 0.58% 0.68% -
HSV(B) 312.63º 0.43% 0.87% -
XYZ 47.82 34.51 59.4 -
YUV 162.96 149.47 169.4 -
System Red Green Blue C M Y K H S L
Decimal 221 126 201 0 0.43 0.09 0.13 312.63 0.58 0.68
Hex DD 7E C9 0 2B 9 D 139 3A 44
Octal 335 176 311 0 53 11 15 471 72 104
Binary 11011101 1111110 11001001 0 101011 1001 1101 100111001 111010 1000100

Color Harmonies of #DD7EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EC9

Black with #DD7EC9

Text Example


Text Example

White with #DD7EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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