#CE41FE

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

Shades of Medium Orchid #CE41FE

Tints of Medium Orchid #CE41FE

Color information

#CE41FE (or 0xCE41FE) is unknown color: approx Medium Orchid. HEX triplet: CE, 41 and FE. RGB value is (206,65,254). Sum of RGB (Red+Green+Blue) = 206+65+254=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 65 (25.78% from 255 or 12.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE41FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE41FE is #31BE01. Grayscale: #808080. Windows color (decimal): -3259906 or 16662990. OLE color: 16662990.

HSL color Cylindrical-coordinate representation of color #CE41FE: hue angle of 284.76º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE41FE is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB20665254-
CMYK0.190.7400.00
HSL284.76º98.95%62.55%-
HSV(B)284.76º74.41%99.61%-
XYZ45.2324.0696.03-
YUV128.7198.71183.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 65 (25.78% from 255) = 12.38%
BLUE value IS 254 (99.61% from 255) = 48.38%
R=39.24%
G=12.38%
B=48.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal206652540.190.7400.00284.7698.9562.55
HexCE41FE134A0011d633f
Octal316101376231120043514377
Binary11001110100000111111110100111001010001000111011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE41FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE41FE; }

 p { color: rgb(206,65,254); }

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

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

 a { background-color: rgb(206,65,254); }

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

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

 span { border-color: rgb(206,65,254); }

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