Html Css Color HEX #DF7ED7 Orchid

📋 copy color: '#DF7ED7'

red 223 ◦ green 126 ◦ blue 215

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

Shades of Orchid #DF7ED7

Tints of Orchid #DF7ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 39.54%
G = 22.34%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF7ED7 (or 0xDF7ED7) is known color: Orchid. HEX triplet: DF, 7E and D7. RGB value is (223,126,215). Sum of RGB (Red+Green+Blue) = 223+126+215=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 126 (49.61% from 255 or 22.34% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7ED7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7ED7 is #208128. Grayscale: #A4A4A4. Windows color (decimal): -2130217 or 14122719. OLE color: 14122719.

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

Color convert

RGB 223 126 215 -
CMYK 0 0.43 0.04 0.13
HSL 304.95º 0.6% 0.68% -
HSV(B) 304.95º 0.43% 0.87% -
XYZ 50.16 35.52 68.5 -
YUV 165.15 156.14 169.26 -
System Red Green Blue C M Y K H S L
Decimal 223 126 215 0 0.43 0.04 0.13 304.95 0.6 0.68
Hex DF 7E D7 0 2B 4 D 131 3C 44
Octal 337 176 327 0 53 4 15 461 74 104
Binary 11011111 1111110 11010111 0 101011 100 1101 100110001 111100 1000100

Color Harmonies of #DF7ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7ED7

Black with #DF7ED7

Text Example


Text Example

White with #DF7ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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