#DC6DC8

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

Shades of Orchid #DC6DC8

Tints of Orchid #DC6DC8

Color information

#DC6DC8 (or 0xDC6DC8) is unknown color: approx Orchid. HEX triplet: DC, 6D and C8. RGB value is (220,109,200). Sum of RGB (Red+Green+Blue) = 220+109+200=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 200 (78.52% from 255 or 37.81% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DC8 is #239237. Grayscale: #989898. Windows color (decimal): -2331192 or 13135324. OLE color: 13135324.

HSL color Cylindrical-coordinate representation of color #DC6DC8: hue angle of 310.81º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6DC8 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220109200-
CMYK00.500.090.14
HSL310.81º61.33%64.51%-
HSV(B)310.81º50.45%86.27%-
XYZ45.4130.3258.1-
YUV152.56154.77176.1-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 200 (78.52% from 255) = 37.81%
R=41.59%
G=20.60%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010920000.500.090.14310.8161.3364.51
HexDC6DC80329E1373d41
Octal334155310062111646775101
Binary110111001101101110010000110010100111101001101111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DC8; }

 p { color: rgb(220,109,200); }

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

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

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

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

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

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

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