#DC6DCD

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

Shades of Orchid #DC6DCD

Tints of Orchid #DC6DCD

Color information

#DC6DCD (or 0xDC6DCD) is unknown color: approx Orchid. HEX triplet: DC, 6D and CD. RGB value is (220,109,205). Sum of RGB (Red+Green+Blue) = 220+109+205=534 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.20% from 534); Green value is 109 (42.97% from 255 or 20.41% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DCD is #239232. Grayscale: #989898. Windows color (decimal): -2331187 or 13463004. OLE color: 13463004.

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

Color convert

RGB220109205-
CMYK00.500.070.14
HSL308.11º61.33%64.51%-
HSV(B)308.11º50.45%86.27%-
XYZ4630.5661.23-
YUV153.13157.27175.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.20%
GREEN value IS 109 (42.97% from 255) = 20.41%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=41.20%
G=20.41%
B=38.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010920500.500.070.14308.1161.3364.51
HexDC6DCD0327E1343d41
Octal33415531506271646475101
Binary11011100110110111001101011001011111101001101001111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6DCD; }

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

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

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

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

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

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

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

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