Html Css Color HEX #DF7EDB Orchid

📋 copy color: '#DF7EDB'

red 223 ◦ green 126 ◦ blue 219

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

Shades of Orchid #DF7EDB

Tints of Orchid #DF7EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 39.26%
G = 22.18%
B = 38.56%

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

#DF7EDB (or 0xDF7EDB) is known color: Orchid. HEX triplet: DF, 7E and DB. RGB value is (223,126,219). Sum of RGB (Red+Green+Blue) = 223+126+219=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 126 (49.61% from 255 or 22.18% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF7EDB is #208124. Grayscale: #A5A5A5. Windows color (decimal): -2130213 or 14384863. OLE color: 14384863.

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

Color convert

RGB 223 126 219 -
CMYK 0 0.43 0.02 0.13
HSL 302.47º 0.6% 0.68% -
HSV(B) 302.47º 0.43% 0.87% -
XYZ 50.68 35.72 71.24 -
YUV 165.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 223 126 219 0 0.43 0.02 0.13 302.47 0.6 0.68
Hex DF 7E DB 0 2B 2 D 12E 3C 44
Octal 337 176 333 0 53 2 15 456 74 104
Binary 11011111 1111110 11011011 0 101011 10 1101 100101110 111100 1000100

Color Harmonies of #DF7EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7EDB

Black with #DF7EDB

Text Example


Text Example

White with #DF7EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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