#CE4FE7

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

Shades of Medium Orchid #CE4FE7

Tints of Medium Orchid #CE4FE7

Color information

#CE4FE7 (or 0xCE4FE7) is unknown color: approx Medium Orchid. HEX triplet: CE, 4F and E7. RGB value is (206,79,231). Sum of RGB (Red+Green+Blue) = 206+79+231=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 79 (31.25% from 255 or 15.31% from 516); Blue value is 231 (90.62% from 255 or 44.77% from 516); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE4FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4FE7 is #31B018. Grayscale: #858585. Windows color (decimal): -3256345 or 15159246. OLE color: 15159246.

HSL color Cylindrical-coordinate representation of color #CE4FE7: hue angle of 290.13º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE4FE7 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20679231-
CMYK0.110.6600.09
HSL290.13º76%60.78%-
HSV(B)290.13º65.8%90.59%-
XYZ42.6724.4878.08-
YUV134.3182.58179.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 79 (31.25% from 255) = 15.31%
BLUE value IS 231 (90.62% from 255) = 44.77%
R=39.92%
G=15.31%
B=44.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206792310.110.6600.09290.137660.78
HexCE4FE7B42091224c3d
Octal3161173471310201144211475
Binary1100111010011111110011110111000010010011001000101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FE7; }

 p { color: rgb(206,79,231); }

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

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

 a { background-color: rgb(206,79,231); }

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

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

 span { border-color: rgb(206,79,231); }

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