#C45AEE

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

Shades of Medium Orchid #C45AEE

Tints of Medium Orchid #C45AEE

Color information

#C45AEE (or 0xC45AEE) is unknown color: approx Medium Orchid. HEX triplet: C4, 5A and EE. RGB value is (196,90,238). Sum of RGB (Red+Green+Blue) = 196+90+238=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 90 (35.55% from 255 or 17.18% from 524); Blue value is 238 (93.36% from 255 or 45.42% from 524); Max value from RGB is 238 - color contains mainly: blue. Hex color #C45AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45AEE is #3BA511. Grayscale: #8A8A8A. Windows color (decimal): -3908882 or 15620804. OLE color: 15620804.

HSL color Cylindrical-coordinate representation of color #C45AEE: hue angle of 282.97º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45AEE is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB19690238-
CMYK0.180.6200.07
HSL282.97º81.32%64.31%-
HSV(B)282.97º62.18%93.33%-
XYZ41.8525.2283.55-
YUV138.57184.12168.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 90 (35.55% from 255) = 17.18%
BLUE value IS 238 (93.36% from 255) = 45.42%
R=37.40%
G=17.18%
B=45.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal196902380.180.6200.07282.9781.3264.31
HexC45AEE123E0711b5140
Octal304132356227607433121100
Binary1100010010110101110111010010111110011110001101110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45AEE; }

 p { color: rgb(196,90,238); }

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

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

 a { background-color: rgb(196,90,238); }

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

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

 span { border-color: rgb(196,90,238); }

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