Html Css Color HEX #DC81DC Orchid

📋 copy color: '#DC81DC'

red 220 ◦ green 129 ◦ blue 220

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

Shades of Orchid #DC81DC

Tints of Orchid #DC81DC

RGB

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

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

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

R = 38.66%
G = 22.67%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC81DC (or 0xDC81DC) is known color: Orchid. HEX triplet: DC, 81 and DC. RGB value is (220,129,220). Sum of RGB (Red+Green+Blue) = 220+129+220=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC81DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81DC is #237E23. Grayscale: #A6A6A6. Windows color (decimal): -2326052 or 14451164. OLE color: 14451164.

HSL color Cylindrical-coordinate representation of color #DC81DC: hue angle of 300º 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 #DC81DC is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 220 -
CMYK 0 0.41 0 0.14
HSL 300º 0.57% 0.68% -
HSV(B) 300º 0.41% 0.86% -
XYZ 50.28 36.08 72.02 -
YUV 166.58 158.15 166.1 -
System Red Green Blue C M Y K H S L
Decimal 220 129 220 0 0.41 0 0.14 300 0.57 0.68
Hex DC 81 DC 0 29 0 E 12C 39 44
Octal 334 201 334 0 51 0 16 454 71 104
Binary 11011100 10000001 11011100 0 101001 0 1110 100101100 111001 1000100

Color Harmonies of #DC81DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81DC

Black with #DC81DC

Text Example


Text Example

White with #DC81DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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