Html Css Color HEX #DF6FDB Orchid

📋 copy color: '#DF6FDB'

red 223 ◦ green 111 ◦ blue 219

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

Shades of Orchid #DF6FDB

Tints of Orchid #DF6FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.07%

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

R = 40.33%
G = 20.07%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF6FDB (or 0xDF6FDB) is known color: Orchid. HEX triplet: DF, 6F and DB. RGB value is (223,111,219). Sum of RGB (Red+Green+Blue) = 223+111+219=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 111 (43.75% from 255 or 20.07% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FDB is #209024. Grayscale: #9C9C9C. Windows color (decimal): -2134053 or 14381023. OLE color: 14381023.

HSL color Cylindrical-coordinate representation of color #DF6FDB: hue angle of 302.14º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FDB is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 111 219 -
CMYK 0 0.50 0.02 0.13
HSL 302.14º 0.64% 0.65% -
HSV(B) 302.14º 0.5% 0.87% -
XYZ 48.9 32.17 70.65 -
YUV 156.8 163.11 175.22 -
System Red Green Blue C M Y K H S L
Decimal 223 111 219 0 0.50 0.02 0.13 302.14 0.64 0.65
Hex DF 6F DB 0 32 2 D 12E 40 41
Octal 337 157 333 0 62 2 15 456 100 101
Binary 11011111 1101111 11011011 0 110010 10 1101 100101110 1000000 1000001

Color Harmonies of #DF6FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6FDB

Black with #DF6FDB

Text Example


Text Example

White with #DF6FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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