#C138F3

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

Shades of Medium Orchid #C138F3

Tints of Medium Orchid #C138F3

Color information

#C138F3 (or 0xC138F3) is unknown color: approx Medium Orchid. HEX triplet: C1, 38 and F3. RGB value is (193,56,243). Sum of RGB (Red+Green+Blue) = 193+56+243=492 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.23% from 492); Green value is 56 (22.27% from 255 or 11.38% from 492); Blue value is 243 (95.31% from 255 or 49.39% from 492); Max value from RGB is 243 - color contains mainly: blue. Hex color #C138F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C138F3 is #3EC70C. Grayscale: #757575. Windows color (decimal): -4114189 or 15939777. OLE color: 15939777.

HSL color Cylindrical-coordinate representation of color #C138F3: hue angle of 283.96º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C138F3 is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19356243-
CMYK0.210.7700.05
HSL283.96º88.63%58.63%-
HSV(B)283.96º76.95%95.29%-
XYZ39.5820.6486.69-
YUV118.28198.39181.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 39.23%
GREEN value IS 56 (22.27% from 255) = 11.38%
BLUE value IS 243 (95.31% from 255) = 49.39%
R=39.23%
G=11.38%
B=49.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal193562430.210.7700.05283.9688.6358.63
HexC138F3154D0511c593b
Octal30170363251150543413173
Binary110000011110001111001110101100110101011000111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C138F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C138F3; }

 p { color: rgb(193,56,243); }

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

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

 a { background-color: rgb(193,56,243); }

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

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

 span { border-color: rgb(193,56,243); }

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