Html Css Color HEX #DC81D9 Orchid

📋 copy color: '#DC81D9'

red 220 ◦ green 129 ◦ blue 217

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

Shades of Orchid #DC81D9

Tints of Orchid #DC81D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.34%

R = 38.87%
G = 22.79%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC81D9 (or 0xDC81D9) is known color: Orchid. HEX triplet: DC, 81 and D9. RGB value is (220,129,217). Sum of RGB (Red+Green+Blue) = 220+129+217=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D9 is #237E26. Grayscale: #A5A5A5. Windows color (decimal): -2326055 or 14254556. OLE color: 14254556.

HSL color Cylindrical-coordinate representation of color #DC81D9: hue angle of 301.98º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DC81D9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 217 -
CMYK 0 0.41 0.01 0.14
HSL 301.98º 0.57% 0.68% -
HSV(B) 301.98º 0.41% 0.86% -
XYZ 49.89 35.93 69.95 -
YUV 166.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 220 129 217 0 0.41 0.01 0.14 301.98 0.57 0.68
Hex DC 81 D9 0 29 1 E 12E 39 44
Octal 334 201 331 0 51 1 16 456 71 104
Binary 11011100 10000001 11011001 0 101001 1 1110 100101110 111001 1000100

Color Harmonies of #DC81D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D9

Black with #DC81D9

Text Example


Text Example

White with #DC81D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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