Html Css Color HEX #DC81D6 Orchid

📋 copy color: '#DC81D6'

red 220 ◦ green 129 ◦ blue 214

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

Shades of Orchid #DC81D6

Tints of Orchid #DC81D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.01%

R = 39.08%
G = 22.91%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC81D6 (or 0xDC81D6) is known color: Orchid. HEX triplet: DC, 81 and D6. RGB value is (220,129,214). Sum of RGB (Red+Green+Blue) = 220+129+214=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 214 (83.98% from 255 or 38.01% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81D6 is #237E29. Grayscale: #A5A5A5. Windows color (decimal): -2326058 or 14057948. OLE color: 14057948.

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

Color convert

RGB 220 129 214 -
CMYK 0 0.41 0.03 0.14
HSL 303.96º 0.57% 0.68% -
HSV(B) 303.96º 0.41% 0.86% -
XYZ 49.5 35.77 67.91 -
YUV 165.9 155.15 166.59 -
System Red Green Blue C M Y K H S L
Decimal 220 129 214 0 0.41 0.03 0.14 303.96 0.57 0.68
Hex DC 81 D6 0 29 3 E 130 39 44
Octal 334 201 326 0 51 3 16 460 71 104
Binary 11011100 10000001 11010110 0 101001 11 1110 100110000 111001 1000100

Color Harmonies of #DC81D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC81D6

Black with #DC81D6

Text Example


Text Example

White with #DC81D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC81D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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