#C45BEF

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

Shades of Medium Orchid #C45BEF

Tints of Medium Orchid #C45BEF

Color information

#C45BEF (or 0xC45BEF) is unknown color: approx Medium Orchid. HEX triplet: C4, 5B and EF. RGB value is (196,91,239). Sum of RGB (Red+Green+Blue) = 196+91+239=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C45BEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45BEF is #3BA410. Grayscale: #8A8A8A. Windows color (decimal): -3908625 or 15686596. OLE color: 15686596.

HSL color Cylindrical-coordinate representation of color #C45BEF: hue angle of 282.57º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C45BEF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB19691239-
CMYK0.180.6200.06
HSL282.57º82.22%64.71%-
HSV(B)282.57º61.92%93.73%-
XYZ42.0925.4584.36-
YUV139.27184.29168.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 239 (93.75% from 255) = 45.44%
R=37.26%
G=17.30%
B=45.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal196912390.180.6200.06282.5782.2264.71
HexC45BEF123E0611b5241
Octal304133357227606433122101
Binary1100010010110111110111110010111110011010001101110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45BEF; }

 p { color: rgb(196,91,239); }

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

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

 a { background-color: rgb(196,91,239); }

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

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

 span { border-color: rgb(196,91,239); }

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