#C448EB

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

Shades of Medium Orchid #C448EB

Tints of Medium Orchid #C448EB

Color information

#C448EB (or 0xC448EB) is unknown color: approx Medium Orchid. HEX triplet: C4, 48 and EB. RGB value is (196,72,235). Sum of RGB (Red+Green+Blue) = 196+72+235=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #C448EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C448EB is #3BB714. Grayscale: #7F7F7F. Windows color (decimal): -3913493 or 15419588. OLE color: 15419588.

HSL color Cylindrical-coordinate representation of color #C448EB: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C448EB is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19672235-
CMYK0.170.6900.08
HSL285.64º80.3%60.2%-
HSV(B)285.64º69.36%92.16%-
XYZ40.0822.3780.8-
YUV127.66188.58176.75-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 72 (28.52% from 255) = 14.31%
BLUE value IS 235 (92.19% from 255) = 46.72%
R=38.97%
G=14.31%
B=46.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal196722350.170.6900.08285.6480.360.2
HexC448EB11450811e503c
Octal3041103532110501043612074
Binary11000100100100011101011100011000101010001000111101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C448EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C448EB; }

 p { color: rgb(196,72,235); }

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

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

 a { background-color: rgb(196,72,235); }

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

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

 span { border-color: rgb(196,72,235); }

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