#DC68E0

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

Shades of Orchid #DC68E0

Tints of Orchid #DC68E0

Color information

#DC68E0 (or 0xDC68E0) is unknown color: approx Orchid. HEX triplet: DC, 68 and E0. RGB value is (220,104,224). Sum of RGB (Red+Green+Blue) = 220+104+224=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC68E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC68E0 is #23971F. Grayscale: #989898. Windows color (decimal): -2332448 or 14706908. OLE color: 14706908.

HSL color Cylindrical-coordinate representation of color #DC68E0: hue angle of 298º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC68E0 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220104224-
CMYK0.020.5400.12
HSL298º65.93%64.31%-
HSV(B)298º53.57%87.84%-
XYZ47.9230.573.88-
YUV152.36168.43176.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 104 (41.02% from 255) = 18.98%
BLUE value IS 224 (87.89% from 255) = 40.88%
R=40.15%
G=18.98%
B=40.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201042240.020.5400.1229865.9364.31
HexDC68E02360C12a4240
Octal334150340266014452102100
Binary11011100110100011100000101101100110010010101010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68E0; }

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

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

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

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

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

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

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

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