#C463CE

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

Shades of Medium Orchid #C463CE

Tints of Medium Orchid #C463CE

Color information

#C463CE (or 0xC463CE) is unknown color: approx Medium Orchid. HEX triplet: C4, 63 and CE. RGB value is (196,99,206). Sum of RGB (Red+Green+Blue) = 196+99+206=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 99 (39.06% from 255 or 19.76% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #C463CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C463CE is #3B9C31. Grayscale: #8B8B8B. Windows color (decimal): -3906610 or 13525956. OLE color: 13525956.

HSL color Cylindrical-coordinate representation of color #C463CE: hue angle of 294.39º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C463CE is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19699206-
CMYK0.050.5200.19
HSL294.39º52.2%59.8%-
HSV(B)294.39º51.94%80.78%-
XYZ38.3725.1261.22-
YUV140.2165.14167.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.12%
GREEN value IS 99 (39.06% from 255) = 19.76%
BLUE value IS 206 (80.86% from 255) = 41.12%
R=39.12%
G=19.76%
B=41.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal196992060.050.5200.19294.3952.259.8
HexC463CE534013126343c
Octal3041433165640234466474
Binary11000100110001111001110101110100010011100100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C463CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C463CE; }

 p { color: rgb(196,99,206); }

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

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

 a { background-color: rgb(196,99,206); }

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

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

 span { border-color: rgb(196,99,206); }

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