#CE62E9

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

Shades of Medium Orchid #CE62E9

Tints of Medium Orchid #CE62E9

Color information

#CE62E9 (or 0xCE62E9) is unknown color: approx Medium Orchid. HEX triplet: CE, 62 and E9. RGB value is (206,98,233). Sum of RGB (Red+Green+Blue) = 206+98+233=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #CE62E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE62E9 is #319D16. Grayscale: #919191. Windows color (decimal): -3251479 or 15295182. OLE color: 15295182.

HSL color Cylindrical-coordinate representation of color #CE62E9: hue angle of 288º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE62E9 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB20698233-
CMYK0.120.5800.09
HSL288º75.42%64.9%-
HSV(B)288º57.94%91.37%-
XYZ44.5327.7480.1-
YUV145.68177.28171.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.36%
GREEN value IS 98 (38.67% from 255) = 18.25%
BLUE value IS 233 (91.41% from 255) = 43.39%
R=38.36%
G=18.25%
B=43.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal206982330.120.5800.0928875.4264.9
HexCE62E9C3A091204b41
Octal3161423511472011440113101
Binary1100111011000101110100111001110100100110010000010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE62E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE62E9; }

 p { color: rgb(206,98,233); }

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

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

 a { background-color: rgb(206,98,233); }

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

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

 span { border-color: rgb(206,98,233); }

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