#DC82C4

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

Shades of Orchid #DC82C4

Tints of Orchid #DC82C4

Color information

#DC82C4 (or 0xDC82C4) is unknown color: approx Orchid. HEX triplet: DC, 82 and C4. RGB value is (220,130,196). Sum of RGB (Red+Green+Blue) = 220+130+196=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 196 (76.95% from 255 or 35.90% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82C4 is #237D3B. Grayscale: #A4A4A4. Windows color (decimal): -2325820 or 12878556. OLE color: 12878556.

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

Color convert

RGB220130196-
CMYK00.410.110.14
HSL316º56.25%68.63%-
HSV(B)316º40.91%86.27%-
XYZ47.4635.1756.51-
YUV164.43145.82167.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 130 (51.17% from 255) = 23.81%
BLUE value IS 196 (76.95% from 255) = 35.90%
R=40.29%
G=23.81%
B=35.90%

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
Decimal22013019600.410.110.1431656.2568.63
HexDC82C4029BE13c3845
Octal334202304051131647470105
Binary1101110010000010110001000101001101111101001111001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82C4; }

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

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

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

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

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

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

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

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