#C336FB

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

Shades of Medium Orchid #C336FB

Tints of Medium Orchid #C336FB

Color information

#C336FB (or 0xC336FB) is unknown color: approx Medium Orchid. HEX triplet: C3, 36 and FB. RGB value is (195,54,251). Sum of RGB (Red+Green+Blue) = 195+54+251=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 54 (21.48% from 255 or 10.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #C336FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C336FB is #3CC904. Grayscale: #757575. Windows color (decimal): -3983621 or 16463555. OLE color: 16463555.

HSL color Cylindrical-coordinate representation of color #C336FB: hue angle of 282.94º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C336FB is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB19554251-
CMYK0.220.7800.02
HSL282.94º96.1%59.8%-
HSV(B)282.94º78.49%98.43%-
XYZ41.2421.2193.19-
YUV118.62202.71182.48-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 54 (21.48% from 255) = 10.8%
BLUE value IS 251 (98.44% from 255) = 50.2%
R=39%
G=10.8%
B=50.2%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195542510.220.7800.02282.9496.159.8
HexC336FB164E0211b603c
Octal30366373261160243314074
Binary11000011110110111110111011010011100101000110111100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C336FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C336FB; }

 p { color: rgb(195,54,251); }

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

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

 a { background-color: rgb(195,54,251); }

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

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

 span { border-color: rgb(195,54,251); }

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