#DC6CE0

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

Shades of Orchid #DC6CE0

Tints of Orchid #DC6CE0

Color information

#DC6CE0 (or 0xDC6CE0) is unknown color: approx Orchid. HEX triplet: DC, 6C and E0. RGB value is (220,108,224). Sum of RGB (Red+Green+Blue) = 220+108+224=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC6CE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6CE0 is #23931F. Grayscale: #9A9A9A. Windows color (decimal): -2331424 or 14707932. OLE color: 14707932.

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

Color convert

RGB220108224-
CMYK0.020.5200.12
HSL297.93º65.17%65.1%-
HSV(B)297.93º51.79%87.84%-
XYZ48.3331.3274.02-
YUV154.71167.11174.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.86%
GREEN value IS 108 (42.58% from 255) = 19.57%
BLUE value IS 224 (87.89% from 255) = 40.58%
R=39.86%
G=19.57%
B=40.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201082240.020.5200.12297.9365.1765.1
HexDC6CE02340C12a4141
Octal334154340264014452101101
Binary11011100110110011100000101101000110010010101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6CE0; }

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

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

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

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

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

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

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

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