Html Css Color HEX #DF85DB Orchid

📋 copy color: '#DF85DB'

red 223 ◦ green 133 ◦ blue 219

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

Shades of Orchid #DF85DB

Tints of Orchid #DF85DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.13%

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

R = 38.78%
G = 23.13%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF85DB (or 0xDF85DB) is known color: Orchid. HEX triplet: DF, 85 and DB. RGB value is (223,133,219). Sum of RGB (Red+Green+Blue) = 223+133+219=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 133 (52.34% from 255 or 23.13% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF85DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF85DB is #207A24. Grayscale: #A9A9A9. Windows color (decimal): -2128421 or 14386655. OLE color: 14386655.

HSL color Cylindrical-coordinate representation of color #DF85DB: hue angle of 302.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF85DB is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 133 219 -
CMYK 0 0.40 0.02 0.13
HSL 302.67º 0.58% 0.7% -
HSV(B) 302.67º 0.4% 0.87% -
XYZ 51.61 37.58 71.55 -
YUV 169.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 223 133 219 0 0.40 0.02 0.13 302.67 0.58 0.7
Hex DF 85 DB 0 28 2 D 12F 3A 46
Octal 337 205 333 0 50 2 15 457 72 106
Binary 11011111 10000101 11011011 0 101000 10 1101 100101111 111010 1000110

Color Harmonies of #DF85DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF85DB

Black with #DF85DB

Text Example


Text Example

White with #DF85DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF85DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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