#DC6BDE

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

Shades of Orchid #DC6BDE

Tints of Orchid #DC6BDE

Color information

#DC6BDE (or 0xDC6BDE) is unknown color: approx Orchid. HEX triplet: DC, 6B and DE. RGB value is (220,107,222). Sum of RGB (Red+Green+Blue) = 220+107+222=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 107 (42.19% from 255 or 19.49% from 549); Blue value is 222 (87.11% from 255 or 40.44% from 549); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC6BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BDE is #239421. Grayscale: #999999. Windows color (decimal): -2331682 or 14576604. OLE color: 14576604.

HSL color Cylindrical-coordinate representation of color #DC6BDE: hue angle of 298.96º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6BDE is Cyan = 0.01, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220107222-
CMYK0.010.5200.13
HSL298.96º63.54%64.51%-
HSV(B)298.96º51.8%87.06%-
XYZ47.963172.56-
YUV153.9166.44175.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.07%
GREEN value IS 107 (42.19% from 255) = 19.49%
BLUE value IS 222 (87.11% from 255) = 40.44%
R=40.07%
G=19.49%
B=40.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201072220.010.5200.13298.9663.5464.51
HexDC6BDE1340D12b4041
Octal334153336164015453100101
Binary1101110011010111101111011101000110110010101110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BDE; }

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

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

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

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

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

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

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

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