Html Css Color HEX #DF81DD Orchid

📋 copy color: '#DF81DD'

red 223 ◦ green 129 ◦ blue 221

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

Shades of Orchid #DF81DD

Tints of Orchid #DF81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 38.92%
G = 22.51%
B = 38.57%

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

#DF81DD (or 0xDF81DD) is known color: Orchid. HEX triplet: DF, 81 and DD. RGB value is (223,129,221). Sum of RGB (Red+Green+Blue) = 223+129+221=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DD is #207E22. Grayscale: #A7A7A7. Windows color (decimal): -2129443 or 14516703. OLE color: 14516703.

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

Color convert

RGB 223 129 221 -
CMYK 0 0.42 0.01 0.13
HSL 301.28º 0.59% 0.69% -
HSV(B) 301.28º 0.42% 0.87% -
XYZ 51.33 36.61 72.77 -
YUV 167.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 223 129 221 0 0.42 0.01 0.13 301.28 0.59 0.69
Hex DF 81 DD 0 2A 1 D 12D 3B 45
Octal 337 201 335 0 52 1 15 455 73 105
Binary 11011111 10000001 11011101 0 101010 1 1101 100101101 111011 1000101

Color Harmonies of #DF81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81DD

Black with #DF81DD

Text Example


Text Example

White with #DF81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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