Html Css Color HEX #DF7EDA Orchid

📋 copy color: '#DF7EDA'

red 223 ◦ green 126 ◦ blue 218

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

Shades of Orchid #DF7EDA

Tints of Orchid #DF7EDA

RGB

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

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

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

R = 39.33%
G = 22.22%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF7EDA (or 0xDF7EDA) is known color: Orchid. HEX triplet: DF, 7E and DA. RGB value is (223,126,218). Sum of RGB (Red+Green+Blue) = 223+126+218=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 126 (49.61% from 255 or 22.22% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDA is #208125. Grayscale: #A5A5A5. Windows color (decimal): -2130214 or 14319327. OLE color: 14319327.

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

Color convert

RGB 223 126 218 -
CMYK 0 0.43 0.02 0.13
HSL 303.09º 0.6% 0.68% -
HSV(B) 303.09º 0.43% 0.87% -
XYZ 50.55 35.67 70.55 -
YUV 165.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 223 126 218 0 0.43 0.02 0.13 303.09 0.6 0.68
Hex DF 7E DA 0 2B 2 D 12F 3C 44
Octal 337 176 332 0 53 2 15 457 74 104
Binary 11011111 1111110 11011010 0 101011 10 1101 100101111 111100 1000100

Color Harmonies of #DF7EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EDA

Black with #DF7EDA

Text Example


Text Example

White with #DF7EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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