#DC82CF

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

Shades of Orchid #DC82CF

Tints of Orchid #DC82CF

Color information

#DC82CF (or 0xDC82CF) is unknown color: approx Orchid. HEX triplet: DC, 82 and CF. RGB value is (220,130,207). Sum of RGB (Red+Green+Blue) = 220+130+207=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 130 (51.17% from 255 or 23.34% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DC82CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC82CF is #237D30. Grayscale: #A5A5A5. Windows color (decimal): -2325809 or 13599452. OLE color: 13599452.

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

Color convert

RGB220130207-
CMYK00.410.060.14
HSL308.67º56.25%68.63%-
HSV(B)308.67º40.91%86.27%-
XYZ48.7635.6963.35-
YUV165.69151.32166.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.50%
GREEN value IS 130 (51.17% from 255) = 23.34%
BLUE value IS 207 (81.25% from 255) = 37.16%
R=39.50%
G=23.34%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013020700.410.060.14308.6756.2568.63
HexDC82CF0296E1353845
Octal33420231705161646570105
Binary110111001000001011001111010100111011101001101011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC82CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC82CF; }

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

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

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

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

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

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

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

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