#CE35F2

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

Shades of Medium Orchid #CE35F2

Tints of Medium Orchid #CE35F2

Color information

#CE35F2 (or 0xCE35F2) is unknown color: approx Medium Orchid. HEX triplet: CE, 35 and F2. RGB value is (206,53,242). Sum of RGB (Red+Green+Blue) = 206+53+242=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 53 (21.09% from 255 or 10.58% from 501); Blue value is 242 (94.92% from 255 or 48.30% from 501); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE35F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE35F2 is #31CA0D. Grayscale: #777777. Windows color (decimal): -3262990 or 15873486. OLE color: 15873486.

HSL color Cylindrical-coordinate representation of color #CE35F2: hue angle of 288.57º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE35F2 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB20653242-
CMYK0.150.7800.05
HSL288.57º87.91%57.84%-
HSV(B)288.57º78.1%94.9%-
XYZ42.7522.0886.01-
YUV120.29196.69189.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 41.12%
GREEN value IS 53 (21.09% from 255) = 10.58%
BLUE value IS 242 (94.92% from 255) = 48.30%
R=41.12%
G=10.58%
B=48.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206532420.150.7800.05288.5787.9157.84
HexCE35F2F4E05121583a
Octal31665362171160544113072
Binary11001110110101111100101111100111001011001000011011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE35F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE35F2; }

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

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

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

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

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

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

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

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