#C33FF4

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

Shades of Medium Orchid #C33FF4

Tints of Medium Orchid #C33FF4

Color information

#C33FF4 (or 0xC33FF4) is unknown color: approx Medium Orchid. HEX triplet: C3, 3F and F4. RGB value is (195,63,244). Sum of RGB (Red+Green+Blue) = 195+63+244=502 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.84% from 502); Green value is 63 (25% from 255 or 12.55% from 502); Blue value is 244 (95.70% from 255 or 48.61% from 502); Max value from RGB is 244 - color contains mainly: blue. Hex color #C33FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FF4 is #3CC00B. Grayscale: #7A7A7A. Windows color (decimal): -3981324 or 16007107. OLE color: 16007107.

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

Color convert

RGB19563244-
CMYK0.200.7400.04
HSL283.76º89.16%60.2%-
HSV(B)283.76º74.18%95.69%-
XYZ40.6121.6987.63-
YUV123.1196.23179.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.84%
GREEN value IS 63 (25% from 255) = 12.55%
BLUE value IS 244 (95.70% from 255) = 48.61%
R=38.84%
G=12.55%
B=48.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal195632440.200.7400.04283.7689.1660.2
HexC33FF4144A0411c593c
Octal30377364241120443413174
Binary110000111111111111010010100100101001001000111001011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33FF4; }

 p { color: rgb(195,63,244); }

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

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

 a { background-color: rgb(195,63,244); }

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

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

 span { border-color: rgb(195,63,244); }

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