#C33BEB

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

Shades of Medium Orchid #C33BEB

Tints of Medium Orchid #C33BEB

Color information

#C33BEB (or 0xC33BEB) is unknown color: approx Medium Orchid. HEX triplet: C3, 3B and EB. RGB value is (195,59,235). Sum of RGB (Red+Green+Blue) = 195+59+235=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 235 (92.19% from 255 or 48.06% from 489); Max value from RGB is 235 - color contains mainly: blue. Hex color #C33BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C33BEB is #3CC414. Grayscale: #777777. Windows color (decimal): -3982357 or 15416259. OLE color: 15416259.

HSL color Cylindrical-coordinate representation of color #C33BEB: hue angle of 286.36º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C33BEB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19559235-
CMYK0.170.7500.08
HSL286.36º81.48%57.65%-
HSV(B)286.36º74.89%92.16%-
XYZ39.0720.7380.54-
YUV119.73193.06181.69-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 59 (23.44% from 255) = 12.07%
BLUE value IS 235 (92.19% from 255) = 48.06%
R=39.88%
G=12.07%
B=48.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal195592350.170.7500.08286.3681.4857.65
HexC33BEB114B0811e513a
Octal303733532111301043612172
Binary1100001111101111101011100011001011010001000111101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33BEB; }

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

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

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

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

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

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

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

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