#CE3FFA

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

Shades of Medium Orchid #CE3FFA

Tints of Medium Orchid #CE3FFA

Color information

#CE3FFA (or 0xCE3FFA) is unknown color: approx Medium Orchid. HEX triplet: CE, 3F and FA. RGB value is (206,63,250). Sum of RGB (Red+Green+Blue) = 206+63+250=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 63 (25% from 255 or 12.14% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE3FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FFA is #31C005. Grayscale: #7E7E7E. Windows color (decimal): -3260422 or 16400334. OLE color: 16400334.

HSL color Cylindrical-coordinate representation of color #CE3FFA: hue angle of 285.88º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3FFA is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20663250-
CMYK0.180.7500.02
HSL285.88º94.92%61.37%-
HSV(B)285.88º74.8%98.04%-
XYZ44.4923.5892.65-
YUV127.07197.38184.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 63 (25% from 255) = 12.14%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=39.69%
G=12.14%
B=48.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206632500.180.7500.02285.8894.9261.37
HexCE3FFA124B0211e5f3d
Octal31677372221130243613775
Binary11001110111111111110101001010010110101000111101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3FFA; }

 p { color: rgb(206,63,250); }

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

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

 a { background-color: rgb(206,63,250); }

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

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

 span { border-color: rgb(206,63,250); }

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