#CE3FDC

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

Shades of Medium Orchid #CE3FDC

Tints of Medium Orchid #CE3FDC

Color information

#CE3FDC (or 0xCE3FDC) is unknown color: approx Medium Orchid. HEX triplet: CE, 3F and DC. RGB value is (206,63,220). Sum of RGB (Red+Green+Blue) = 206+63+220=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE3FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3FDC is #31C023. Grayscale: #7B7B7B. Windows color (decimal): -3260452 or 14434254. OLE color: 14434254.

HSL color Cylindrical-coordinate representation of color #CE3FDC: hue angle of 294.65º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE3FDC is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB20663220-
CMYK0.060.7100.14
HSL294.65º69.16%55.49%-
HSV(B)294.65º71.36%86.27%-
XYZ40.1521.8469.81-
YUV123.65182.38186.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.13%
GREEN value IS 63 (25% from 255) = 12.88%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=42.13%
G=12.88%
B=44.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal206632200.060.7100.14294.6569.1655.49
HexCE3FDC6470E1274537
Octal31677334610701644710567
Binary11001110111111110111001101000111011101001001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3FDC; }

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

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

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

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

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

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

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

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