#C254F1

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

Shades of Medium Orchid #C254F1

Tints of Medium Orchid #C254F1

Color information

#C254F1 (or 0xC254F1) is unknown color: approx Medium Orchid. HEX triplet: C2, 54 and F1. RGB value is (194,84,241). Sum of RGB (Red+Green+Blue) = 194+84+241=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 84 (33.20% from 255 or 16.18% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #C254F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C254F1 is #3DAB0E. Grayscale: #868686. Windows color (decimal): -4041487 or 15815874. OLE color: 15815874.

HSL color Cylindrical-coordinate representation of color #C254F1: hue angle of 282.04º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C254F1 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19484241-
CMYK0.200.6500.05
HSL282.04º84.86%63.73%-
HSV(B)282.04º65.15%94.51%-
XYZ41.324.1685.71-
YUV134.79187.94170.23-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 84 (33.20% from 255) = 16.18%
BLUE value IS 241 (94.53% from 255) = 46.44%
R=37.38%
G=16.18%
B=46.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal194842410.200.6500.05282.0484.8663.73
HexC254F114410511a5540
Octal3021243612410105432125100
Binary11000010101010011110001101001000001010110001101010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C254F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C254F1; }

 p { color: rgb(194,84,241); }

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

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

 a { background-color: rgb(194,84,241); }

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

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

 span { border-color: rgb(194,84,241); }

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