#CE46F3

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

Shades of Medium Orchid #CE46F3

Tints of Medium Orchid #CE46F3

Color information

#CE46F3 (or 0xCE46F3) is unknown color: approx Medium Orchid. HEX triplet: CE, 46 and F3. RGB value is (206,70,243). Sum of RGB (Red+Green+Blue) = 206+70+243=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 70 (27.73% from 255 or 13.49% from 519); Blue value is 243 (95.31% from 255 or 46.82% from 519); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE46F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE46F3 is #31B90C. Grayscale: #818181. Windows color (decimal): -3258637 or 15943374. OLE color: 15943374.

HSL color Cylindrical-coordinate representation of color #CE46F3: hue angle of 287.17º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE46F3 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20670243-
CMYK0.150.7100.05
HSL287.17º87.82%61.37%-
HSV(B)287.17º71.19%95.29%-
XYZ43.8223.9787.11-
YUV130.39191.56181.93-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 70 (27.73% from 255) = 13.49%
BLUE value IS 243 (95.31% from 255) = 46.82%
R=39.69%
G=13.49%
B=46.82%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206702430.150.7100.05287.1787.8261.37
HexCE46F3F470511f583d
Octal316106363171070543713075
Binary110011101000110111100111111100011101011000111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE46F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE46F3; }

 p { color: rgb(206,70,243); }

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

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

 a { background-color: rgb(206,70,243); }

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

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

 span { border-color: rgb(206,70,243); }

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