#CE33F4

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

Shades of Medium Orchid #CE33F4

Tints of Medium Orchid #CE33F4

Color information

#CE33F4 (or 0xCE33F4) is unknown color: approx Medium Orchid. HEX triplet: CE, 33 and F4. RGB value is (206,51,244). Sum of RGB (Red+Green+Blue) = 206+51+244=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 51 (20.31% from 255 or 10.18% from 501); Blue value is 244 (95.70% from 255 or 48.70% from 501); Max value from RGB is 244 - color contains mainly: blue. Hex color #CE33F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33F4 is #31CC0B. Grayscale: #767676. Windows color (decimal): -3263500 or 16004046. OLE color: 16004046.

HSL color Cylindrical-coordinate representation of color #CE33F4: hue angle of 288.19º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE33F4 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB20651244-
CMYK0.160.7900.04
HSL288.19º89.77%57.84%-
HSV(B)288.19º79.1%95.69%-
XYZ42.9722.0287.57-
YUV119.35198.35189.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 51 (20.31% from 255) = 10.18%
BLUE value IS 244 (95.70% from 255) = 48.70%
R=41.12%
G=10.18%
B=48.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal206512440.160.7900.04288.1989.7757.84
HexCE33F4104F041205a3a
Octal31663364201170444013272
Binary110011101100111111010010000100111101001001000001011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE33F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE33F4; }

 p { color: rgb(206,51,244); }

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

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

 a { background-color: rgb(206,51,244); }

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

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

 span { border-color: rgb(206,51,244); }

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