#C33BF6

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

Shades of Medium Orchid #C33BF6

Tints of Medium Orchid #C33BF6

Color information

#C33BF6 (or 0xC33BF6) is unknown color: approx Medium Orchid. HEX triplet: C3, 3B and F6. RGB value is (195,59,246). Sum of RGB (Red+Green+Blue) = 195+59+246=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #C33BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BF6 is #3CC409. Grayscale: #787878. Windows color (decimal): -3982346 or 16137155. OLE color: 16137155.

HSL color Cylindrical-coordinate representation of color #C33BF6: hue angle of 283.64º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C33BF6 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19559246-
CMYK0.210.7600.04
HSL283.64º91.22%59.8%-
HSV(B)283.64º76.02%96.47%-
XYZ40.721.3889.17-
YUV120.98198.56180.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39%
GREEN value IS 59 (23.44% from 255) = 11.8%
BLUE value IS 246 (96.48% from 255) = 49.2%
R=39%
G=11.8%
B=49.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195592460.210.7600.04283.6491.2259.8
HexC33BF6154C0411c5b3c
Octal30373366251140443413374
Binary110000111110111111011010101100110001001000111001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33BF6; }

 p { color: rgb(195,59,246); }

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

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

 a { background-color: rgb(195,59,246); }

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

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

 span { border-color: rgb(195,59,246); }

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