Html Css Color HEX #DF83DC Orchid

📋 copy color: '#DF83DC'

red 223 ◦ green 131 ◦ blue 220

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

Shades of Orchid #DF83DC

Tints of Orchid #DF83DC

RGB

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

 GREEN value IS 131 (51.56% from 255) = 22.82%

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

R = 38.85%
G = 22.82%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF83DC (or 0xDF83DC) is known color: Orchid. HEX triplet: DF, 83 and DC. RGB value is (223,131,220). Sum of RGB (Red+Green+Blue) = 223+131+220=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 131 (51.56% from 255 or 22.82% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DF83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF83DC is #207C23. Grayscale: #A8A8A8. Windows color (decimal): -2128932 or 14451679. OLE color: 14451679.

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

Color convert

RGB 223 131 220 -
CMYK 0 0.41 0.01 0.13
HSL 301.96º 0.59% 0.69% -
HSV(B) 301.96º 0.41% 0.87% -
XYZ 51.47 37.09 72.16 -
YUV 168.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 223 131 220 0 0.41 0.01 0.13 301.96 0.59 0.69
Hex DF 83 DC 0 29 1 D 12E 3B 45
Octal 337 203 334 0 51 1 15 456 73 105
Binary 11011111 10000011 11011100 0 101001 1 1101 100101110 111011 1000101

Color Harmonies of #DF83DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF83DC

Black with #DF83DC

Text Example


Text Example

White with #DF83DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF83DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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