#C063DB

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

Shades of Medium Orchid #C063DB

Tints of Medium Orchid #C063DB

Color information

#C063DB (or 0xC063DB) is unknown color: approx Medium Orchid. HEX triplet: C0, 63 and DB. RGB value is (192,99,219). Sum of RGB (Red+Green+Blue) = 192+99+219=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 99 (39.06% from 255 or 19.41% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #C063DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C063DB is #3F9C24. Grayscale: #8C8C8C. Windows color (decimal): -4168741 or 14377920. OLE color: 14377920.

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

Color convert

RGB19299219-
CMYK0.120.5500.14
HSL286.5º62.5%62.35%-
HSV(B)286.5º54.79%85.88%-
XYZ38.9925.2469.84-
YUV140.49172.31164.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 99 (39.06% from 255) = 19.41%
BLUE value IS 219 (85.94% from 255) = 42.94%
R=37.65%
G=19.41%
B=42.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal192992190.120.5500.14286.562.562.35
HexC063DBC370E11e3e3e
Octal30014333314670164367676
Binary11000000110001111011011110011011101110100011110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C063DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C063DB; }

 p { color: rgb(192,99,219); }

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

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

 a { background-color: rgb(192,99,219); }

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

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

 span { border-color: rgb(192,99,219); }

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