#c33fff

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

Shades of Medium Orchid #C33FFF

Tints of Medium Orchid #C33FFF

Color information

#C33FFF (or 0xC33FFF) is unknown color: approx Medium Orchid. HEX triplet: C3, 3F and FF. RGB value is (195,63,255). Sum of RGB (Red+Green+Blue) = 195+63+255=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 63 (25% from 255 or 12.28% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #C33FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33FFF is #3CC000. Grayscale: #7B7B7B. Windows color (decimal): -3981313 or 16728003. OLE color: 16728003.

HSL color Cylindrical-coordinate representation of color #C33FFF: hue angle of 281.25º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33FFF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19563255-
CMYK0.240.7500
HSL281.25º100%62.35%-
HSV(B)281.25º75.29%100%-
XYZ42.3322.3896.7-
YUV124.36201.73178.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 63 (25% from 255) = 12.28%
BLUE value IS 255 (100% from 255) = 49.71%
R=38.01%
G=12.28%
B=49.71%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal195632550.240.7500281.2510062.35
HexC33FFF184B00119643e
Octal30377377301130043114476
Binary1100001111111111111111110001001011001000110011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33fff; }

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

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

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

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

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

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

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

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