#c068dd

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

Shades of Medium Orchid #C068DD

Tints of Medium Orchid #C068DD

Color information

#C068DD (or 0xC068DD) is unknown color: approx Medium Orchid. HEX triplet: C0, 68 and DD. RGB value is (192,104,221). Sum of RGB (Red+Green+Blue) = 192+104+221=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #C068DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DD is #3F9722. Grayscale: #8F8F8F. Windows color (decimal): -4167459 or 14510272. OLE color: 14510272.

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

Color convert

RGB192104221-
CMYK0.130.5300.13
HSL285.13º63.24%63.73%-
HSV(B)285.13º52.94%86.67%-
XYZ39.7426.3371.39-
YUV143.65171.65162.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.14%
GREEN value IS 104 (41.02% from 255) = 20.12%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=37.14%
G=20.12%
B=42.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921042210.130.5300.13285.1363.2463.73
HexC068DDD350D11d3f40
Octal300150335156501543577100
Binary110000001101000110111011101110101011011000111011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c068dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c068dd; }

 p { color: rgb(192,104,221); }

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

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

 a { background-color: rgb(192,104,221); }

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

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

 span { border-color: rgb(192,104,221); }

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