#C963E3

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

Shades of Medium Orchid #C963E3

Tints of Medium Orchid #C963E3

Color information

#C963E3 (or 0xC963E3) is unknown color: approx Medium Orchid. HEX triplet: C9, 63 and E3. RGB value is (201,99,227). Sum of RGB (Red+Green+Blue) = 201+99+227=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 99 (39.06% from 255 or 18.79% from 527); Blue value is 227 (89.06% from 255 or 43.07% from 527); Max value from RGB is 227 - color contains mainly: blue. Hex color #C963E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C963E3 is #369C1C. Grayscale: #8F8F8F. Windows color (decimal): -3578909 or 14902217. OLE color: 14902217.

HSL color Cylindrical-coordinate representation of color #C963E3: hue angle of 287.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C963E3 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20199227-
CMYK0.110.5600.11
HSL287.81º69.57%63.92%-
HSV(B)287.81º56.39%89.02%-
XYZ42.4126.8975.63-
YUV144.09174.79168.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 99 (39.06% from 255) = 18.79%
BLUE value IS 227 (89.06% from 255) = 43.07%
R=38.14%
G=18.79%
B=43.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal201992270.110.5600.11287.8169.5763.92
HexC963E3B380B1204640
Octal3111433431370013440106100
Binary1100100111000111110001110111110000101110010000010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C963E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C963E3; }

 p { color: rgb(201,99,227); }

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

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

 a { background-color: rgb(201,99,227); }

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

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

 span { border-color: rgb(201,99,227); }

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