#DC6BEA

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

Shades of Orchid #DC6BEA

Tints of Orchid #DC6BEA

Color information

#DC6BEA (or 0xDC6BEA) is unknown color: approx Orchid. HEX triplet: DC, 6B and EA. RGB value is (220,107,234). Sum of RGB (Red+Green+Blue) = 220+107+234=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 107 (42.19% from 255 or 19.07% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC6BEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6BEA is #239415. Grayscale: #9A9A9A. Windows color (decimal): -2331670 or 15363036. OLE color: 15363036.

HSL color Cylindrical-coordinate representation of color #DC6BEA: hue angle of 293.39º 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 #DC6BEA is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220107234-
CMYK0.060.5400.08
HSL293.39º75.15%66.86%-
HSV(B)293.39º54.27%91.76%-
XYZ49.6231.6781.34-
YUV155.26172.44174.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.22%
GREEN value IS 107 (42.19% from 255) = 19.07%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=39.22%
G=19.07%
B=41.71%

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
Decimal2201072340.060.5400.08293.3975.1566.86
HexDC6BEA636081254b43
Octal334153352666010445113103
Binary110111001101011111010101101101100100010010010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BEA; }

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

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

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

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

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

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

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

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