#C45DEA

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

Shades of Medium Orchid #C45DEA

Tints of Medium Orchid #C45DEA

Color information

#C45DEA (or 0xC45DEA) is unknown color: approx Medium Orchid. HEX triplet: C4, 5D and EA. RGB value is (196,93,234). Sum of RGB (Red+Green+Blue) = 196+93+234=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 93 (36.72% from 255 or 17.78% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #C45DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C45DEA is #3BA215. Grayscale: #8B8B8B. Windows color (decimal): -3908118 or 15359428. OLE color: 15359428.

HSL color Cylindrical-coordinate representation of color #C45DEA: hue angle of 283.83º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C45DEA is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19693234-
CMYK0.160.6000.08
HSL283.83º77.05%64.12%-
HSV(B)283.83º60.26%91.76%-
XYZ41.5325.580.58-
YUV139.87181.12168.04-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.48%
GREEN value IS 93 (36.72% from 255) = 17.78%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=37.48%
G=17.78%
B=44.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196932340.160.6000.08283.8377.0564.12
HexC45DEA103C0811c4d40
Octal3041353522074010434115100
Binary11000100101110111101010100001111000100010001110010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45DEA; }

 p { color: rgb(196,93,234); }

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

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

 a { background-color: rgb(196,93,234); }

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

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

 span { border-color: rgb(196,93,234); }

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