#CE40FB

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

Shades of Medium Orchid #CE40FB

Tints of Medium Orchid #CE40FB

Color information

#CE40FB (or 0xCE40FB) is unknown color: approx Medium Orchid. HEX triplet: CE, 40 and FB. RGB value is (206,64,251). Sum of RGB (Red+Green+Blue) = 206+64+251=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 64 (25.39% from 255 or 12.28% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE40FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FB is #31BF04. Grayscale: #7F7F7F. Windows color (decimal): -3260165 or 16466126. OLE color: 16466126.

HSL color Cylindrical-coordinate representation of color #CE40FB: hue angle of 285.56º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE40FB is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20664251-
CMYK0.180.7500.02
HSL285.56º95.9%61.76%-
HSV(B)285.56º74.5%98.43%-
XYZ44.723.7593.5-
YUV127.78197.54183.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 64 (25.39% from 255) = 12.28%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=39.54%
G=12.28%
B=48.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206642510.180.7500.02285.5695.961.76
HexCE40FB124B0211e603e
Octal316100373221130243614076
Binary110011101000000111110111001010010110101000111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE40FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE40FB; }

 p { color: rgb(206,64,251); }

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

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

 a { background-color: rgb(206,64,251); }

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

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

 span { border-color: rgb(206,64,251); }

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