Html Css Color HEX #DF82DE Orchid

📋 copy color: '#DF82DE'

red 223 ◦ green 130 ◦ blue 222

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

Shades of Orchid #DF82DE

Tints of Orchid #DF82DE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 22.61%

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

R = 38.78%
G = 22.61%
B = 38.61%

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

#DF82DE (or 0xDF82DE) is known color: Orchid. HEX triplet: DF, 82 and DE. RGB value is (223,130,222). Sum of RGB (Red+Green+Blue) = 223+130+222=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 130 (51.17% from 255 or 22.61% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF82DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF82DE is #207D21. Grayscale: #A8A8A8. Windows color (decimal): -2129186 or 14582495. OLE color: 14582495.

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

Color convert

RGB 223 130 222 -
CMYK 0 0.42 0.00 0.13
HSL 300.65º 0.59% 0.69% -
HSV(B) 300.65º 0.42% 0.87% -
XYZ 51.6 36.93 73.52 -
YUV 168.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 223 130 222 0 0.42 0.00 0.13 300.65 0.59 0.69
Hex DF 82 DE 0 2A 0 D 12D 3B 45
Octal 337 202 336 0 52 0 15 455 73 105
Binary 11011111 10000010 11011110 0 101010 0 1101 100101101 111011 1000101

Color Harmonies of #DF82DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF82DE

Black with #DF82DE

Text Example


Text Example

White with #DF82DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF82DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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