#C450E3

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

Shades of Medium Orchid #C450E3

Tints of Medium Orchid #C450E3

Color information

#C450E3 (or 0xC450E3) is unknown color: approx Medium Orchid. HEX triplet: C4, 50 and E3. RGB value is (196,80,227). Sum of RGB (Red+Green+Blue) = 196+80+227=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 80 (31.64% from 255 or 15.90% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #C450E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450E3 is #3BAF1C. Grayscale: #828282. Windows color (decimal): -3911453 or 14897348. OLE color: 14897348.

HSL color Cylindrical-coordinate representation of color #C450E3: hue angle of 287.35º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C450E3 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB19680227-
CMYK0.140.6500.11
HSL287.35º72.41%60.2%-
HSV(B)287.35º64.76%89.02%-
XYZ39.523.0275.03-
YUV131.44181.93174.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 80 (31.64% from 255) = 15.90%
BLUE value IS 227 (89.06% from 255) = 45.13%
R=38.97%
G=15.90%
B=45.13%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal196802270.140.6500.11287.3572.4160.2
HexC450E3E410B11f483c
Octal3041203431610101343711074
Binary1100010010100001110001111101000001010111000111111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C450E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C450E3; }

 p { color: rgb(196,80,227); }

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

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

 a { background-color: rgb(196,80,227); }

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

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

 span { border-color: rgb(196,80,227); }

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