Html Css Color HEX #DD7EDA Orchid

📋 copy color: '#DD7EDA'

red 221 ◦ green 126 ◦ blue 218

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

Shades of Orchid #DD7EDA

Tints of Orchid #DD7EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.58%

R = 39.12%
G = 22.3%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD7EDA (or 0xDD7EDA) is known color: Orchid. HEX triplet: DD, 7E and DA. RGB value is (221,126,218). Sum of RGB (Red+Green+Blue) = 221+126+218=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 126 (49.61% from 255 or 22.30% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EDA is #228125. Grayscale: #A4A4A4. Windows color (decimal): -2261286 or 14319325. OLE color: 14319325.

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

Color convert

RGB 221 126 218 -
CMYK 0 0.43 0.01 0.13
HSL 301.89º 0.58% 0.68% -
HSV(B) 301.89º 0.43% 0.87% -
XYZ 49.93 35.36 70.52 -
YUV 164.89 157.97 168.02 -
System Red Green Blue C M Y K H S L
Decimal 221 126 218 0 0.43 0.01 0.13 301.89 0.58 0.68
Hex DD 7E DA 0 2B 1 D 12E 3A 44
Octal 335 176 332 0 53 1 15 456 72 104
Binary 11011101 1111110 11011010 0 101011 1 1101 100101110 111010 1000100

Color Harmonies of #DD7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EDA

Black with #DD7EDA

Text Example


Text Example

White with #DD7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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