#CE44F3

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

Shades of Medium Orchid #CE44F3

Tints of Medium Orchid #CE44F3

Color information

#CE44F3 (or 0xCE44F3) is unknown color: approx Medium Orchid. HEX triplet: CE, 44 and F3. RGB value is (206,68,243). Sum of RGB (Red+Green+Blue) = 206+68+243=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 68 (26.95% from 255 or 13.15% from 517); Blue value is 243 (95.31% from 255 or 47.00% from 517); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE44F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE44F3 is #31BB0C. Grayscale: #808080. Windows color (decimal): -3259149 or 15942862. OLE color: 15942862.

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

Color convert

RGB20668243-
CMYK0.150.7200.05
HSL287.31º87.94%60.98%-
HSV(B)287.31º72.02%95.29%-
XYZ43.723.7387.07-
YUV129.21192.22182.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 68 (26.95% from 255) = 13.15%
BLUE value IS 243 (95.31% from 255) = 47.00%
R=39.85%
G=13.15%
B=47.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206682430.150.7200.05287.3187.9460.98
HexCE44F3F480511f583d
Octal316104363171100543713075
Binary110011101000100111100111111100100001011000111111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE44F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE44F3; }

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

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

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

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

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

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

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

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