Html Css Color HEX #DF7EDF Orchid

📋 copy color: '#DF7EDF'

red 223 ◦ green 126 ◦ blue 223

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

Shades of Orchid #DF7EDF

Tints of Orchid #DF7EDF

RGB

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

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

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

R = 38.99%
G = 22.03%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF7EDF (or 0xDF7EDF) is known color: Orchid. HEX triplet: DF, 7E and DF. RGB value is (223,126,223). Sum of RGB (Red+Green+Blue) = 223+126+223=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 126 (49.61% from 255 or 22.03% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF7EDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDF is #208120. Grayscale: #A5A5A5. Windows color (decimal): -2130209 or 14647007. OLE color: 14647007.

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

Color convert

RGB 223 126 223 -
CMYK 0 0.43 0 0.13
HSL 300º 0.6% 0.68% -
HSV(B) 300º 0.43% 0.87% -
XYZ 51.21 35.94 74.05 -
YUV 166.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 223 126 223 0 0.43 0 0.13 300 0.6 0.68
Hex DF 7E DF 0 2B 0 D 12C 3C 44
Octal 337 176 337 0 53 0 15 454 74 104
Binary 11011111 1111110 11011111 0 101011 0 1101 100101100 111100 1000100

Color Harmonies of #DF7EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EDF

Black with #DF7EDF

Text Example


Text Example

White with #DF7EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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