#DC68E7

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

Shades of Orchid #DC68E7

Tints of Orchid #DC68E7

Color information

#DC68E7 (or 0xDC68E7) is unknown color: approx Orchid. HEX triplet: DC, 68 and E7. RGB value is (220,104,231). Sum of RGB (Red+Green+Blue) = 220+104+231=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC68E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC68E7 is #239718. Grayscale: #989898. Windows color (decimal): -2332441 or 15165660. OLE color: 15165660.

HSL color Cylindrical-coordinate representation of color #DC68E7: hue angle of 294.8º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC68E7 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220104231-
CMYK0.050.5500.09
HSL294.8º72.57%65.69%-
HSV(B)294.8º54.98%90.59%-
XYZ48.8930.8978.99-
YUV153.16171.93175.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.64%
GREEN value IS 104 (41.02% from 255) = 18.74%
BLUE value IS 231 (90.62% from 255) = 41.62%
R=39.64%
G=18.74%
B=41.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201042310.050.5500.09294.872.5765.69
HexDC68E7537091274942
Octal334150347567011447111102
Binary110111001101000111001111011101110100110010011110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC68E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC68E7; }

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

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

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

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

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

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

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

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