#DC6AE9

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

Shades of Orchid #DC6AE9

Tints of Orchid #DC6AE9

Color information

#DC6AE9 (or 0xDC6AE9) is unknown color: approx Orchid. HEX triplet: DC, 6A and E9. RGB value is (220,106,233). Sum of RGB (Red+Green+Blue) = 220+106+233=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 106 (41.80% from 255 or 18.96% from 559); Blue value is 233 (91.41% from 255 or 41.68% from 559); Max value from RGB is 233 - color contains mainly: blue. Hex color #DC6AE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6AE9 is #239516. Grayscale: #9A9A9A. Windows color (decimal): -2331927 or 15297244. OLE color: 15297244.

HSL color Cylindrical-coordinate representation of color #DC6AE9: hue angle of 293.86º degrees, saturation: 0.74, 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 #DC6AE9 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220106233-
CMYK0.060.5500.09
HSL293.86º74.27%66.47%-
HSV(B)293.86º54.51%91.37%-
XYZ49.3831.4180.55-
YUV154.56172.27174.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.36%
GREEN value IS 106 (41.80% from 255) = 18.96%
BLUE value IS 233 (91.41% from 255) = 41.68%
R=39.36%
G=18.96%
B=41.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201062330.060.5500.09293.8674.2766.47
HexDC6AE9637091264a42
Octal334152351667011446112102
Binary110111001101010111010011101101110100110010011010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6AE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6AE9; }

 p { color: rgb(220,106,233); }

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

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

 a { background-color: rgb(220,106,233); }

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

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

 span { border-color: rgb(220,106,233); }

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