#CE47E6

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

Shades of Medium Orchid #CE47E6

Tints of Medium Orchid #CE47E6

Color information

#CE47E6 (or 0xCE47E6) is unknown color: approx Medium Orchid. HEX triplet: CE, 47 and E6. RGB value is (206,71,230). Sum of RGB (Red+Green+Blue) = 206+71+230=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 71 (28.12% from 255 or 14.00% from 507); Blue value is 230 (90.23% from 255 or 45.36% from 507); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE47E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE47E6 is #31B819. Grayscale: #808080. Windows color (decimal): -3258394 or 15091662. OLE color: 15091662.

HSL color Cylindrical-coordinate representation of color #CE47E6: hue angle of 290.94º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE47E6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB20671230-
CMYK0.100.6900.10
HSL290.94º76.08%59.02%-
HSV(B)290.94º69.13%90.2%-
XYZ41.9923.3477.16-
YUV129.49184.73182.57-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 71 (28.12% from 255) = 14.00%
BLUE value IS 230 (90.23% from 255) = 45.36%
R=40.63%
G=14.00%
B=45.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal206712300.100.6900.10290.9476.0859.02
HexCE47E6A450A1234c3b
Octal3161073461210501244311473
Binary1100111010001111110011010101000101010101001000111001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE47E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE47E6; }

 p { color: rgb(206,71,230); }

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

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

 a { background-color: rgb(206,71,230); }

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

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

 span { border-color: rgb(206,71,230); }

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