Html Css Color HEX #DC81DF Orchid

📋 copy color: '#DC81DF'

red 220 ◦ green 129 ◦ blue 223

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

Shades of Orchid #DC81DF

Tints of Orchid #DC81DF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC81DF (or 0xDC81DF) is known color: Orchid. HEX triplet: DC, 81 and DF. RGB value is (220,129,223). Sum of RGB (Red+Green+Blue) = 220+129+223=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 129 (50.78% from 255 or 22.55% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DF is #237E20. Grayscale: #A6A6A6. Windows color (decimal): -2326049 or 14647772. OLE color: 14647772.

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

Color convert

RGB 220 129 223 -
CMYK 0.01 0.42 0 0.13
HSL 298.09º 0.59% 0.69% -
HSV(B) 298.09º 0.42% 0.87% -
XYZ 50.68 36.24 74.14 -
YUV 166.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 220 129 223 0.01 0.42 0 0.13 298.09 0.59 0.69
Hex DC 81 DF 1 2A 0 D 12A 3B 45
Octal 334 201 337 1 52 0 15 452 73 105
Binary 11011100 10000001 11011111 1 101010 0 1101 100101010 111011 1000101

Color Harmonies of #DC81DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81DF

Black with #DC81DF

Text Example


Text Example

White with #DC81DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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