#C33AF1

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

Shades of Medium Orchid #C33AF1

Tints of Medium Orchid #C33AF1

Color information

#C33AF1 (or 0xC33AF1) is unknown color: approx Medium Orchid. HEX triplet: C3, 3A and F1. RGB value is (195,58,241). Sum of RGB (Red+Green+Blue) = 195+58+241=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 58 (23.05% from 255 or 11.74% from 494); Blue value is 241 (94.53% from 255 or 48.79% from 494); Max value from RGB is 241 - color contains mainly: blue. Hex color #C33AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33AF1 is #3CC50E. Grayscale: #777777. Windows color (decimal): -3982607 or 15809219. OLE color: 15809219.

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

Color convert

RGB19558241-
CMYK0.190.7600.05
HSL284.92º86.73%58.63%-
HSV(B)284.92º75.93%94.51%-
XYZ39.920.9885.17-
YUV119.82196.39181.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.47%
GREEN value IS 58 (23.05% from 255) = 11.74%
BLUE value IS 241 (94.53% from 255) = 48.79%
R=39.47%
G=11.74%
B=48.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195582410.190.7600.05284.9286.7358.63
HexC33AF1134C0511d573b
Octal30372361231140543512773
Binary110000111110101111000110011100110001011000111011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33AF1; }

 p { color: rgb(195,58,241); }

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

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

 a { background-color: rgb(195,58,241); }

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

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

 span { border-color: rgb(195,58,241); }

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