Html Css Color HEX #DD7EDF Orchid

📋 copy color: '#DD7EDF'

red 221 ◦ green 126 ◦ blue 223

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

Shades of Orchid #DD7EDF

Tints of Orchid #DD7EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 38.77%
G = 22.11%
B = 39.12%

CMYK

 C value IS 0.01

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD7EDF (or 0xDD7EDF) is known color: Orchid. HEX triplet: DD, 7E and DF. RGB value is (221,126,223). Sum of RGB (Red+Green+Blue) = 221+126+223=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 126 (49.61% from 255 or 22.11% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD7EDF is #228120. Grayscale: #A5A5A5. Windows color (decimal): -2261281 or 14647005. OLE color: 14647005.

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

Color convert

RGB 221 126 223 -
CMYK 0.01 0.43 0 0.13
HSL 298.76º 0.6% 0.68% -
HSV(B) 298.76º 0.43% 0.87% -
XYZ 50.6 35.62 74.02 -
YUV 165.46 160.47 167.61 -
System Red Green Blue C M Y K H S L
Decimal 221 126 223 0.01 0.43 0 0.13 298.76 0.6 0.68
Hex DD 7E DF 1 2B 0 D 12B 3C 44
Octal 335 176 337 1 53 0 15 453 74 104
Binary 11011101 1111110 11011111 1 101011 0 1101 100101011 111100 1000100

Color Harmonies of #DD7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7EDF

Black with #DD7EDF

Text Example


Text Example

White with #DD7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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