#DC81C4

Color #DC81C4 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #DC81C4

Tints of Orchid #DC81C4

Color information

#DC81C4 (or 0xDC81C4) is unknown color: approx Orchid. HEX triplet: DC, 81 and C4. RGB value is (220,129,196). Sum of RGB (Red+Green+Blue) = 220+129+196=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC81C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC81C4 is #237E3B. Grayscale: #A3A3A3. Windows color (decimal): -2326076 or 12878300. OLE color: 12878300.

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

Color convert

RGB220129196-
CMYK00.410.110.14
HSL315.82º56.52%68.43%-
HSV(B)315.82º41.36%86.27%-
XYZ47.3334.956.47-
YUV163.85146.15168.05-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=40.37%
G=23.67%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012919600.410.110.14315.8256.5268.43
HexDC81C4029BE13c3944
Octal334201304051131647471104
Binary1101110010000001110001000101001101111101001111001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC81C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC81C4; }

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

 H1.HeaderClassName
 {
   color: #DC81C4;
 }
 .AnyTagClassName
 {
   color: #DC81C4;
 }
</style>
background-color css

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

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

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

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

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

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