#C06BDC

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

Shades of Medium Orchid #C06BDC

Tints of Medium Orchid #C06BDC

Color information

#C06BDC (or 0xC06BDC) is unknown color: approx Medium Orchid. HEX triplet: C0, 6B and DC. RGB value is (192,107,220). Sum of RGB (Red+Green+Blue) = 192+107+220=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #C06BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06BDC is #3F9423. Grayscale: #909090. Windows color (decimal): -4166692 or 14445504. OLE color: 14445504.

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

Color convert

RGB192107220-
CMYK0.130.5100.14
HSL285.13º61.75%64.12%-
HSV(B)285.13º51.36%86.27%-
XYZ39.9126.8970.8-
YUV145.3170.16161.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=36.99%
G=20.62%
B=42.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921072200.130.5100.14285.1361.7564.12
HexC06BDCD330E11d3e40
Octal300153334156301643576100
Binary110000001101011110111001101110011011101000111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06BDC; }

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

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

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

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

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

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

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

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