#ce33e6

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

Shades of Medium Orchid #CE33E6

Tints of Medium Orchid #CE33E6

Color information

#CE33E6 (or 0xCE33E6) is unknown color: approx Medium Orchid. HEX triplet: CE, 33 and E6. RGB value is (206,51,230). Sum of RGB (Red+Green+Blue) = 206+51+230=487 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.30% from 487); Green value is 51 (20.31% from 255 or 10.47% from 487); Blue value is 230 (90.23% from 255 or 47.23% from 487); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE33E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE33E6 is #31CC19. Grayscale: #757575. Windows color (decimal): -3263514 or 15086542. OLE color: 15086542.

HSL color Cylindrical-coordinate representation of color #CE33E6: hue angle of 291.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE33E6 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20651230-
CMYK0.100.7800.10
HSL291.96º78.17%55.1%-
HSV(B)291.96º77.83%90.2%-
XYZ40.9221.276.8-
YUV117.75191.35190.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.30%
GREEN value IS 51 (20.31% from 255) = 10.47%
BLUE value IS 230 (90.23% from 255) = 47.23%
R=42.30%
G=10.47%
B=47.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206512300.100.7800.10291.9678.1755.1
HexCE33E6A4E0A1244e37
Octal316633461211601244411667
Binary110011101100111110011010101001110010101001001001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce33e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce33e6; }

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

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

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

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

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

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

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

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