#C33BFB

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

Shades of Medium Orchid #C33BFB

Tints of Medium Orchid #C33BFB

Color information

#C33BFB (or 0xC33BFB) is unknown color: approx Medium Orchid. HEX triplet: C3, 3B and FB. RGB value is (195,59,251). Sum of RGB (Red+Green+Blue) = 195+59+251=505 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.61% from 505); Green value is 59 (23.44% from 255 or 11.68% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #C33BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BFB is #3CC404. Grayscale: #787878. Windows color (decimal): -3982341 or 16464835. OLE color: 16464835.

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

Color convert

RGB19559251-
CMYK0.220.7600.02
HSL282.5º96%60.78%-
HSV(B)282.5º76.49%98.43%-
XYZ41.4821.793.27-
YUV121.55201.06180.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.61%
GREEN value IS 59 (23.44% from 255) = 11.68%
BLUE value IS 251 (98.44% from 255) = 49.70%
R=38.61%
G=11.68%
B=49.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195592510.220.7600.02282.59660.78
HexC33BFB164C0211a603d
Octal30373373261140243214075
Binary11000011111011111110111011010011000101000110101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33BFB; }

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

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

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

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

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

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

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

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