#C454F6

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

Shades of Medium Orchid #C454F6

Tints of Medium Orchid #C454F6

Color information

#C454F6 (or 0xC454F6) is unknown color: approx Medium Orchid. HEX triplet: C4, 54 and F6. RGB value is (196,84,246). Sum of RGB (Red+Green+Blue) = 196+84+246=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 84 (33.20% from 255 or 15.97% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #C454F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C454F6 is #3BAB09. Grayscale: #878787. Windows color (decimal): -3910410 or 16143556. OLE color: 16143556.

HSL color Cylindrical-coordinate representation of color #C454F6: hue angle of 281.48º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C454F6 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19684246-
CMYK0.200.6600.04
HSL281.48º90%64.71%-
HSV(B)281.48º65.85%96.47%-
XYZ42.5724.7389.72-
YUV135.96190.11170.83-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 84 (33.20% from 255) = 15.97%
BLUE value IS 246 (96.48% from 255) = 46.77%
R=37.26%
G=15.97%
B=46.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal196842460.200.6600.04281.489064.71
HexC454F61442041195a41
Octal3041243662410204431132101
Binary11000100101010011110110101001000010010010001100110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C454F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C454F6; }

 p { color: rgb(196,84,246); }

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

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

 a { background-color: rgb(196,84,246); }

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

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

 span { border-color: rgb(196,84,246); }

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