#CE7AE3

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

Shades of Orchid #CE7AE3

Tints of Orchid #CE7AE3

Color information

#CE7AE3 (or 0xCE7AE3) is unknown color: approx Orchid. HEX triplet: CE, 7A and E3. RGB value is (206,122,227). Sum of RGB (Red+Green+Blue) = 206+122+227=555 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.12% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE7AE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7AE3 is #31851C. Grayscale: #9E9E9E. Windows color (decimal): -3245341 or 14908110. OLE color: 14908110.

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

Color convert

RGB206122227-
CMYK0.090.4600.11
HSL288º65.22%68.43%-
HSV(B)288º46.26%89.02%-
XYZ46.2832.5976.52-
YUV159.09166.33161.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.12%
GREEN value IS 122 (48.05% from 255) = 21.98%
BLUE value IS 227 (89.06% from 255) = 40.90%
R=37.12%
G=21.98%
B=40.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061222270.090.4600.1128865.2268.43
HexCE7AE392E0B1204144
Octal3161723431156013440101104
Binary1100111011110101110001110011011100101110010000010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7AE3; }

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

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

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

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

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

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

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

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