#DC6BD6

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

Shades of Orchid #DC6BD6

Tints of Orchid #DC6BD6

Color information

#DC6BD6 (or 0xDC6BD6) is unknown color: approx Orchid. HEX triplet: DC, 6B and D6. RGB value is (220,107,214). Sum of RGB (Red+Green+Blue) = 220+107+214=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 107 (42.19% from 255 or 19.78% from 541); Blue value is 214 (83.98% from 255 or 39.56% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BD6 is #239429. Grayscale: #989898. Windows color (decimal): -2331690 or 14052316. OLE color: 14052316.

HSL color Cylindrical-coordinate representation of color #DC6BD6: hue angle of 303.19º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6BD6 is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB220107214-
CMYK00.510.030.14
HSL303.19º61.75%64.12%-
HSV(B)303.19º51.36%86.27%-
XYZ46.9130.5967.05-
YUV152.99162.44175.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.67%
GREEN value IS 107 (42.19% from 255) = 19.78%
BLUE value IS 214 (83.98% from 255) = 39.56%
R=40.67%
G=19.78%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010721400.510.030.14303.1961.7564.12
HexDC6BD60333E12f3e40
Octal33415332606331645776100
Binary1101110011010111101011001100111111101001011111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BD6; }

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

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

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

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

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

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

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

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