#CE3FFD

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

Shades of Medium Orchid #CE3FFD

Tints of Medium Orchid #CE3FFD

Color information

#CE3FFD (or 0xCE3FFD) is unknown color: approx Medium Orchid. HEX triplet: CE, 3F and FD. RGB value is (206,63,253). Sum of RGB (Red+Green+Blue) = 206+63+253=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 63 (25% from 255 or 12.07% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE3FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FFD is #31C002. Grayscale: #7E7E7E. Windows color (decimal): -3260419 or 16596942. OLE color: 16596942.

HSL color Cylindrical-coordinate representation of color #CE3FFD: hue angle of 285.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3FFD is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20663253-
CMYK0.190.7500.01
HSL285.16º97.94%61.96%-
HSV(B)285.16º75.1%99.22%-
XYZ44.9623.7795.15-
YUV127.42198.88184.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.46%
GREEN value IS 63 (25% from 255) = 12.07%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=39.46%
G=12.07%
B=48.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206632530.190.7500.01285.1697.9461.96
HexCE3FFD134B0111d623e
Octal31677375231130143514276
Binary1100111011111111111101100111001011011000111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3FFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3FFD; }

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

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

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

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

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

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

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

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