#CE63E0

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

Shades of Orchid #CE63E0

Tints of Orchid #CE63E0

Color information

#CE63E0 (or 0xCE63E0) is unknown color: approx Orchid. HEX triplet: CE, 63 and E0. RGB value is (206,99,224). Sum of RGB (Red+Green+Blue) = 206+99+224=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 99 (39.06% from 255 or 18.71% from 529); Blue value is 224 (87.89% from 255 or 42.34% from 529); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE63E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE63E0 is #319C1F. Grayscale: #909090. Windows color (decimal): -3251232 or 14705614. OLE color: 14705614.

HSL color Cylindrical-coordinate representation of color #CE63E0: hue angle of 291.36º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE63E0 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20699224-
CMYK0.080.5600.12
HSL291.36º66.84%63.33%-
HSV(B)291.36º55.8%87.84%-
XYZ43.3727.4373.53-
YUV145.24172.45171.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.94%
GREEN value IS 99 (39.06% from 255) = 18.71%
BLUE value IS 224 (87.89% from 255) = 42.34%
R=38.94%
G=18.71%
B=42.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal206992240.080.5600.12291.3666.8463.33
HexCE63E08380C123433f
Octal316143340107001444310377
Binary110011101100011111000001000111000011001001000111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE63E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE63E0; }

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

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

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

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

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

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

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

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