#C068DF

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

Shades of Medium Orchid #C068DF

Tints of Medium Orchid #C068DF

Color information

#C068DF (or 0xC068DF) is unknown color: approx Medium Orchid. HEX triplet: C0, 68 and DF. RGB value is (192,104,223). Sum of RGB (Red+Green+Blue) = 192+104+223=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #C068DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C068DF is #3F9720. Grayscale: #8F8F8F. Windows color (decimal): -4167457 or 14641344. OLE color: 14641344.

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

Color convert

RGB192104223-
CMYK0.140.5300.13
HSL284.37º65.03%64.12%-
HSV(B)284.37º53.36%87.45%-
XYZ40.0126.4372.81-
YUV143.88172.65162.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.99%
GREEN value IS 104 (41.02% from 255) = 20.04%
BLUE value IS 223 (87.5% from 255) = 42.97%
R=36.99%
G=20.04%
B=42.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921042230.140.5300.13284.3765.0364.12
HexC068DFE350D11c4140
Octal3001503371665015434101100
Binary1100000011010001101111111101101010110110001110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C068DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C068DF; }

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

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

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

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

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

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

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

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