#C44BE5

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

Shades of Medium Orchid #C44BE5

Tints of Medium Orchid #C44BE5

Color information

#C44BE5 (or 0xC44BE5) is unknown color: approx Medium Orchid. HEX triplet: C4, 4B and E5. RGB value is (196,75,229). Sum of RGB (Red+Green+Blue) = 196+75+229=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #C44BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C44BE5 is #3BB41A. Grayscale: #808080. Windows color (decimal): -3912731 or 15027140. OLE color: 15027140.

HSL color Cylindrical-coordinate representation of color #C44BE5: hue angle of 287.14º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C44BE5 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB19675229-
CMYK0.140.6700.10
HSL287.14º74.76%59.61%-
HSV(B)287.14º67.25%89.8%-
XYZ39.4222.4376.38-
YUV128.73184.59175.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 75 (29.69% from 255) = 15%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=39.2%
G=15%
B=45.8%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal196752290.140.6700.10287.1474.7659.61
HexC44BE5E430A11f4b3c
Octal3041133451610301243711374
Binary1100010010010111110010111101000011010101000111111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44BE5; }

 p { color: rgb(196,75,229); }

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

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

 a { background-color: rgb(196,75,229); }

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

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

 span { border-color: rgb(196,75,229); }

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