#CE35FA

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

Shades of Medium Orchid #CE35FA

Tints of Medium Orchid #CE35FA

Color information

#CE35FA (or 0xCE35FA) is unknown color: approx Medium Orchid. HEX triplet: CE, 35 and FA. RGB value is (206,53,250). Sum of RGB (Red+Green+Blue) = 206+53+250=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 53 (21.09% from 255 or 10.41% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE35FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35FA is #31CA05. Grayscale: #787878. Windows color (decimal): -3262982 or 16397774. OLE color: 16397774.

HSL color Cylindrical-coordinate representation of color #CE35FA: hue angle of 286.6º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE35FA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB20653250-
CMYK0.180.7900.02
HSL286.6º95.17%59.41%-
HSV(B)286.6º78.8%98.04%-
XYZ43.9822.5792.48-
YUV121.2200.69188.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 53 (21.09% from 255) = 10.41%
BLUE value IS 250 (98.05% from 255) = 49.12%
R=40.47%
G=10.41%
B=49.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal206532500.180.7900.02286.695.1759.41
HexCE35FA124F0211f5f3b
Octal31665372221170243713773
Binary11001110110101111110101001010011110101000111111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE35FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE35FA; }

 p { color: rgb(206,53,250); }

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

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

 a { background-color: rgb(206,53,250); }

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

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

 span { border-color: rgb(206,53,250); }

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