Html Css Color HEX #DF81DC Orchid

📋 copy color: '#DF81DC'

red 223 ◦ green 129 ◦ blue 220

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

Shades of Orchid #DF81DC

Tints of Orchid #DF81DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.55%

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 38.99%
G = 22.55%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF81DC (or 0xDF81DC) is known color: Orchid. HEX triplet: DF, 81 and DC. RGB value is (223,129,220). Sum of RGB (Red+Green+Blue) = 223+129+220=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DC is #207E23. Grayscale: #A7A7A7. Windows color (decimal): -2129444 or 14451167. OLE color: 14451167.

HSL color Cylindrical-coordinate representation of color #DF81DC: hue angle of 301.91º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DF81DC is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 220 -
CMYK 0 0.42 0.01 0.13
HSL 301.91º 0.59% 0.69% -
HSV(B) 301.91º 0.42% 0.87% -
XYZ 51.2 36.56 72.07 -
YUV 167.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 223 129 220 0 0.42 0.01 0.13 301.91 0.59 0.69
Hex DF 81 DC 0 2A 1 D 12E 3B 45
Octal 337 201 334 0 52 1 15 456 73 105
Binary 11011111 10000001 11011100 0 101010 1 1101 100101110 111011 1000101

Color Harmonies of #DF81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81DC

Black with #DF81DC

Text Example


Text Example

White with #DF81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81DC; }

 p { color: rgb(223,129,220); }

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

background-color css

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

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

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

border-color css

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

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

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