Html Css Color HEX #DC81DD Orchid

📋 copy color: '#DC81DD'

red 220 ◦ green 129 ◦ blue 221

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

Shades of Orchid #DC81DD

Tints of Orchid #DC81DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 38.6%
G = 22.63%
B = 38.77%

CMYK

 C value IS 0.00

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC81DD (or 0xDC81DD) is known color: Orchid. HEX triplet: DC, 81 and DD. RGB value is (220,129,221). Sum of RGB (Red+Green+Blue) = 220+129+221=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC81DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DD is #237E22. Grayscale: #A6A6A6. Windows color (decimal): -2326051 or 14516700. OLE color: 14516700.

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

Color convert

RGB 220 129 221 -
CMYK 0.00 0.42 0 0.13
HSL 299.35º 0.58% 0.69% -
HSV(B) 299.35º 0.42% 0.87% -
XYZ 50.42 36.14 72.72 -
YUV 166.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 220 129 221 0.00 0.42 0 0.13 299.35 0.58 0.69
Hex DC 81 DD 0 2A 0 D 12B 3A 45
Octal 334 201 335 0 52 0 15 453 72 105
Binary 11011100 10000001 11011101 0 101010 0 1101 100101011 111010 1000101

Color Harmonies of #DC81DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81DD

Black with #DC81DD

Text Example


Text Example

White with #DC81DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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