#CE4BF1

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

Shades of Medium Orchid #CE4BF1

Tints of Medium Orchid #CE4BF1

Color information

#CE4BF1 (or 0xCE4BF1) is unknown color: approx Medium Orchid. HEX triplet: CE, 4B and F1. RGB value is (206,75,241). Sum of RGB (Red+Green+Blue) = 206+75+241=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 75 (29.69% from 255 or 14.37% from 522); Blue value is 241 (94.53% from 255 or 46.17% from 522); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE4BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BF1 is #31B40E. Grayscale: #848484. Windows color (decimal): -3257359 or 15813582. OLE color: 15813582.

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

Color convert

RGB20675241-
CMYK0.150.6900.05
HSL287.35º85.57%61.96%-
HSV(B)287.35º68.88%94.51%-
XYZ43.8524.585.64-
YUV133.09188.9180-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 75 (29.69% from 255) = 14.37%
BLUE value IS 241 (94.53% from 255) = 46.17%
R=39.46%
G=14.37%
B=46.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206752410.150.6900.05287.3585.5761.96
HexCE4BF1F450511f563e
Octal316113361171050543712676
Binary110011101001011111100011111100010101011000111111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BF1; }

 p { color: rgb(206,75,241); }

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

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

 a { background-color: rgb(206,75,241); }

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

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

 span { border-color: rgb(206,75,241); }

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