Html Css Color HEX #DF7ED0 Orchid

📋 copy color: '#DF7ED0'

red 223 ◦ green 126 ◦ blue 208

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

Shades of Orchid #DF7ED0

Tints of Orchid #DF7ED0

RGB

 RED value IS 223 (87.5% from 255) = 40.04%

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

 BLUE value IS 208 (81.64% from 255) = 37.34%

R = 40.04%
G = 22.62%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF7ED0 (or 0xDF7ED0) is known color: Orchid. HEX triplet: DF, 7E and D0. RGB value is (223,126,208). Sum of RGB (Red+Green+Blue) = 223+126+208=557 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.04% from 557); Green value is 126 (49.61% from 255 or 22.62% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ED0 is #20812F. Grayscale: #A4A4A4. Windows color (decimal): -2130224 or 13663967. OLE color: 13663967.

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

Color convert

RGB 223 126 208 -
CMYK 0 0.43 0.07 0.13
HSL 309.28º 0.6% 0.68% -
HSV(B) 309.28º 0.43% 0.87% -
XYZ 49.28 35.16 63.86 -
YUV 164.35 152.64 169.83 -
System Red Green Blue C M Y K H S L
Decimal 223 126 208 0 0.43 0.07 0.13 309.28 0.6 0.68
Hex DF 7E D0 0 2B 7 D 135 3C 44
Octal 337 176 320 0 53 7 15 465 74 104
Binary 11011111 1111110 11010000 0 101011 111 1101 100110101 111100 1000100

Color Harmonies of #DF7ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ED0

Black with #DF7ED0

Text Example


Text Example

White with #DF7ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ED0; }

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

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

background-color css

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

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

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

border-color css

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

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

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