#C069DC

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

Shades of Medium Orchid #C069DC

Tints of Medium Orchid #C069DC

Color information

#C069DC (or 0xC069DC) is unknown color: approx Medium Orchid. HEX triplet: C0, 69 and DC. RGB value is (192,105,220). Sum of RGB (Red+Green+Blue) = 192+105+220=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #C069DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C069DC is #3F9623. Grayscale: #8F8F8F. Windows color (decimal): -4167204 or 14444992. OLE color: 14444992.

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

Color convert

RGB192105220-
CMYK0.130.5200.14
HSL285.39º62.16%63.73%-
HSV(B)285.39º52.27%86.27%-
XYZ39.7126.4870.73-
YUV144.12170.82162.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 105 (41.41% from 255) = 20.31%
BLUE value IS 220 (86.33% from 255) = 42.55%
R=37.14%
G=20.31%
B=42.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921052200.130.5200.14285.3962.1663.73
HexC069DCD340E11d3e40
Octal300151334156401643576100
Binary110000001101001110111001101110100011101000111011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C069DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C069DC; }

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

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

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

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

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

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

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

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