#CE3AFD

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

Shades of Medium Orchid #CE3AFD

Tints of Medium Orchid #CE3AFD

Color information

#CE3AFD (or 0xCE3AFD) is unknown color: approx Medium Orchid. HEX triplet: CE, 3A and FD. RGB value is (206,58,253). Sum of RGB (Red+Green+Blue) = 206+58+253=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 58 (23.05% from 255 or 11.22% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE3AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFD is #31C502. Grayscale: #7B7B7B. Windows color (decimal): -3261699 or 16595662. OLE color: 16595662.

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

Color convert

RGB20658253-
CMYK0.190.7700.01
HSL285.54º97.99%60.98%-
HSV(B)285.54º77.08%99.22%-
XYZ44.723.2495.06-
YUV124.48200.53186.14-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.85%
GREEN value IS 58 (23.05% from 255) = 11.22%
BLUE value IS 253 (99.22% from 255) = 48.94%
R=39.85%
G=11.22%
B=48.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206582530.190.7700.01285.5497.9960.98
HexCE3AFD134D0111e623d
Octal31672375231150143614275
Binary1100111011101011111101100111001101011000111101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE3AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE3AFD; }

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

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

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

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

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

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

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

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