#CE4FD7

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

Shades of Medium Orchid #CE4FD7

Tints of Medium Orchid #CE4FD7

Color information

#CE4FD7 (or 0xCE4FD7) is unknown color: approx Medium Orchid. HEX triplet: CE, 4F and D7. RGB value is (206,79,215). Sum of RGB (Red+Green+Blue) = 206+79+215=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 79 (31.25% from 255 or 15.8% from 500); Blue value is 215 (84.38% from 255 or 43% from 500); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE4FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4FD7 is #31B028. Grayscale: #848484. Windows color (decimal): -3256361 or 14110670. OLE color: 14110670.

HSL color Cylindrical-coordinate representation of color #CE4FD7: hue angle of 296.03º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4FD7 is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20679215-
CMYK0.040.6300.16
HSL296.03º62.96%57.65%-
HSV(B)296.03º63.26%84.31%-
XYZ40.5223.6266.71-
YUV132.48174.58180.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.2%
GREEN value IS 79 (31.25% from 255) = 15.8%
BLUE value IS 215 (84.38% from 255) = 43%
R=41.2%
G=15.8%
B=43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal206792150.040.6300.16296.0362.9657.65
HexCE4FD743F0101283f3a
Octal3161173274770204507772
Binary11001110100111111010111100111111010000100101000111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE4FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE4FD7; }

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

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

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

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

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

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

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

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