#DC68DD

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

Shades of Orchid #DC68DD

Tints of Orchid #DC68DD

Color information

#DC68DD (or 0xDC68DD) is unknown color: approx Orchid. HEX triplet: DC, 68 and DD. RGB value is (220,104,221). Sum of RGB (Red+Green+Blue) = 220+104+221=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC68DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68DD is #239722. Grayscale: #979797. Windows color (decimal): -2332451 or 14510300. OLE color: 14510300.

HSL color Cylindrical-coordinate representation of color #DC68DD: hue angle of 299.49º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68DD is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220104221-
CMYK0.000.5300.13
HSL299.49º63.24%63.73%-
HSV(B)299.49º52.94%86.67%-
XYZ47.5230.3471.76-
YUV152.02166.93176.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.37%
GREEN value IS 104 (41.02% from 255) = 19.08%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=40.37%
G=19.08%
B=40.55%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201042210.000.5300.13299.4963.2463.73
HexDC68DD0350D12b3f40
Octal33415033506501545377100
Binary110111001101000110111010110101011011001010111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68DD; }

 p { color: rgb(220,104,221); }

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

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

 a { background-color: rgb(220,104,221); }

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

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

 span { border-color: rgb(220,104,221); }

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