#CE3ADD

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

Shades of Medium Orchid #CE3ADD

Tints of Medium Orchid #CE3ADD

Color information

#CE3ADD (or 0xCE3ADD) is unknown color: approx Medium Orchid. HEX triplet: CE, 3A and DD. RGB value is (206,58,221). Sum of RGB (Red+Green+Blue) = 206+58+221=485 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.47% from 485); Green value is 58 (23.05% from 255 or 11.96% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE3ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3ADD is #31C522. Grayscale: #787878. Windows color (decimal): -3261731 or 14498510. OLE color: 14498510.

HSL color Cylindrical-coordinate representation of color #CE3ADD: hue angle of 294.48º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3ADD is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20658221-
CMYK0.070.7400.13
HSL294.48º70.56%54.71%-
HSV(B)294.48º73.76%86.67%-
XYZ40.0221.3770.42-
YUV120.83184.53188.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 42.47%
GREEN value IS 58 (23.05% from 255) = 11.96%
BLUE value IS 221 (86.72% from 255) = 45.57%
R=42.47%
G=11.96%
B=45.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal206582210.070.7400.13294.4870.5654.71
HexCE3ADD74A0D1264737
Octal31672335711201544610767
Binary11001110111010110111011111001010011011001001101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3ADD; }

 p { color: rgb(206,58,221); }

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

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

 a { background-color: rgb(206,58,221); }

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

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

 span { border-color: rgb(206,58,221); }

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