Html Css Color HEX #DF81DE Orchid

📋 copy color: '#DF81DE'

red 223 ◦ green 129 ◦ blue 222

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

Shades of Orchid #DF81DE

Tints of Orchid #DF81DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.68%

R = 38.85%
G = 22.47%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF81DE (or 0xDF81DE) is known color: Orchid. HEX triplet: DF, 81 and DE. RGB value is (223,129,222). Sum of RGB (Red+Green+Blue) = 223+129+222=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF81DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF81DE is #207E21. Grayscale: #A7A7A7. Windows color (decimal): -2129442 or 14582239. OLE color: 14582239.

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

Color convert

RGB 223 129 222 -
CMYK 0 0.42 0.00 0.13
HSL 300.64º 0.59% 0.69% -
HSV(B) 300.64º 0.42% 0.87% -
XYZ 51.47 36.66 73.47 -
YUV 167.71 158.64 167.44 -
System Red Green Blue C M Y K H S L
Decimal 223 129 222 0 0.42 0.00 0.13 300.64 0.59 0.69
Hex DF 81 DE 0 2A 0 D 12D 3B 45
Octal 337 201 336 0 52 0 15 455 73 105
Binary 11011111 10000001 11011110 0 101010 0 1101 100101101 111011 1000101

Color Harmonies of #DF81DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF81DE

Black with #DF81DE

Text Example


Text Example

White with #DF81DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF81DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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