#CE39FC

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

Shades of Medium Orchid #CE39FC

Tints of Medium Orchid #CE39FC

Color information

#CE39FC (or 0xCE39FC) is unknown color: approx Medium Orchid. HEX triplet: CE, 39 and FC. RGB value is (206,57,252). Sum of RGB (Red+Green+Blue) = 206+57+252=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 57 (22.66% from 255 or 11.07% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE39FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE39FC is #31C603. Grayscale: #7B7B7B. Windows color (decimal): -3261956 or 16529870. OLE color: 16529870.

HSL color Cylindrical-coordinate representation of color #CE39FC: hue angle of 285.85º degrees, saturation: 0.97, 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 #CE39FC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20657252-
CMYK0.180.7700.01
HSL285.85º97.01%60.59%-
HSV(B)285.85º77.38%98.82%-
XYZ44.4923.0894.2-
YUV123.78200.36186.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 57 (22.66% from 255) = 11.07%
BLUE value IS 252 (98.83% from 255) = 48.93%
R=40%
G=11.07%
B=48.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal206572520.180.7700.01285.8597.0160.59
HexCE39FC124D0111e613d
Octal31671374221150143614175
Binary1100111011100111111100100101001101011000111101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE39FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE39FC; }

 p { color: rgb(206,57,252); }

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

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

 a { background-color: rgb(206,57,252); }

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

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

 span { border-color: rgb(206,57,252); }

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