#CE4BE7

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

Shades of Medium Orchid #CE4BE7

Tints of Medium Orchid #CE4BE7

Color information

#CE4BE7 (or 0xCE4BE7) is unknown color: approx Medium Orchid. HEX triplet: CE, 4B and E7. RGB value is (206,75,231). Sum of RGB (Red+Green+Blue) = 206+75+231=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE4BE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BE7 is #31B418. Grayscale: #838383. Windows color (decimal): -3257369 or 15158222. OLE color: 15158222.

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

Color convert

RGB20675231-
CMYK0.110.6800.09
HSL290.38º76.47%60%-
HSV(B)290.38º67.53%90.59%-
XYZ42.3923.9277.98-
YUV131.95183.9180.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.23%
GREEN value IS 75 (29.69% from 255) = 14.65%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=40.23%
G=14.65%
B=45.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206752310.110.6800.09290.3876.4760
HexCE4BE7B44091224c3c
Octal3161133471310401144211474
Binary1100111010010111110011110111000100010011001000101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4BE7; }

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

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

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

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

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

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

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

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