#C348F3

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

Shades of Medium Orchid #C348F3

Tints of Medium Orchid #C348F3

Color information

#C348F3 (or 0xC348F3) is unknown color: approx Medium Orchid. HEX triplet: C3, 48 and F3. RGB value is (195,72,243). Sum of RGB (Red+Green+Blue) = 195+72+243=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #C348F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C348F3 is #3CB70C. Grayscale: #7F7F7F. Windows color (decimal): -3979021 or 15943875. OLE color: 15943875.

HSL color Cylindrical-coordinate representation of color #C348F3: hue angle of 283.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C348F3 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB19572243-
CMYK0.200.7000.05
HSL283.16º87.69%61.76%-
HSV(B)283.16º70.37%95.29%-
XYZ4122.7187.02-
YUV128.27192.75175.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.24%
GREEN value IS 72 (28.52% from 255) = 14.12%
BLUE value IS 243 (95.31% from 255) = 47.65%
R=38.24%
G=14.12%
B=47.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195722430.200.7000.05283.1687.6961.76
HexC348F314460511b583e
Octal303110363241060543313076
Binary1100001110010001111001110100100011001011000110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348F3; }

 p { color: rgb(195,72,243); }

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

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

 a { background-color: rgb(195,72,243); }

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

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

 span { border-color: rgb(195,72,243); }

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