#DC6BC5

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

Shades of Orchid #DC6BC5

Tints of Orchid #DC6BC5

Color information

#DC6BC5 (or 0xDC6BC5) is unknown color: approx Orchid. HEX triplet: DC, 6B and C5. RGB value is (220,107,197). Sum of RGB (Red+Green+Blue) = 220+107+197=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 107 (42.19% from 255 or 20.42% from 524); Blue value is 197 (77.34% from 255 or 37.60% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6BC5 is #23943A. Grayscale: #969696. Windows color (decimal): -2331707 or 12938204. OLE color: 12938204.

HSL color Cylindrical-coordinate representation of color #DC6BC5: hue angle of 312.21º 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 #DC6BC5 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB220107197-
CMYK00.510.100.14
HSL312.21º61.75%64.12%-
HSV(B)312.21º51.36%86.27%-
XYZ44.8529.7656.2-
YUV151.05153.94177.18-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.98%
GREEN value IS 107 (42.19% from 255) = 20.42%
BLUE value IS 197 (77.34% from 255) = 37.60%
R=41.98%
G=20.42%
B=37.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22010719700.510.100.14312.2161.7564.12
HexDC6BC5033AE1383e40
Octal334153305063121647076100
Binary110111001101011110001010110011101011101001110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6BC5; }

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

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

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

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

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

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

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

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