#ce63e3

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

Shades of Orchid #CE63E3

Tints of Orchid #CE63E3

Color information

#CE63E3 (or 0xCE63E3) is unknown color: approx Orchid. HEX triplet: CE, 63 and E3. RGB value is (206,99,227). Sum of RGB (Red+Green+Blue) = 206+99+227=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 99 (39.06% from 255 or 18.61% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE63E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63E3 is #319C1C. Grayscale: #919191. Windows color (decimal): -3251229 or 14902222. OLE color: 14902222.

HSL color Cylindrical-coordinate representation of color #CE63E3: hue angle of 290.16º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE63E3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB20699227-
CMYK0.090.5600.11
HSL290.16º69.57%63.92%-
HSV(B)290.16º56.39%89.02%-
XYZ43.7827.5975.69-
YUV145.58173.95171.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.72%
GREEN value IS 99 (39.06% from 255) = 18.61%
BLUE value IS 227 (89.06% from 255) = 42.67%
R=38.72%
G=18.61%
B=42.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal206992270.090.5600.11290.1669.5763.92
HexCE63E39380B1224640
Octal3161433431170013442106100
Binary1100111011000111110001110011110000101110010001010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce63e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce63e3; }

 p { color: rgb(206,99,227); }

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

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

 a { background-color: rgb(206,99,227); }

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

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

 span { border-color: rgb(206,99,227); }

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