#DC6CEA

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

Shades of Orchid #DC6CEA

Tints of Orchid #DC6CEA

Color information

#DC6CEA (or 0xDC6CEA) is unknown color: approx Orchid. HEX triplet: DC, 6C and EA. RGB value is (220,108,234). Sum of RGB (Red+Green+Blue) = 220+108+234=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 108 (42.58% from 255 or 19.22% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6CEA is #239315. Grayscale: #9B9B9B. Windows color (decimal): -2331414 or 15363292. OLE color: 15363292.

HSL color Cylindrical-coordinate representation of color #DC6CEA: hue angle of 293.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6CEA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220108234-
CMYK0.060.5400.08
HSL293.33º75%67.06%-
HSV(B)293.33º53.85%91.76%-
XYZ49.7331.8881.37-
YUV155.85172.11173.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.15%
GREEN value IS 108 (42.58% from 255) = 19.22%
BLUE value IS 234 (91.80% from 255) = 41.64%
R=39.15%
G=19.22%
B=41.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201082340.060.5400.08293.337567.06
HexDC6CEA636081254b43
Octal334154352666010445113103
Binary110111001101100111010101101101100100010010010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CEA; }

 p { color: rgb(220,108,234); }

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

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

 a { background-color: rgb(220,108,234); }

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

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

 span { border-color: rgb(220,108,234); }

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