#CE73C0

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

Shades of Orchid #CE73C0

Tints of Orchid #CE73C0

Color information

#CE73C0 (or 0xCE73C0) is unknown color: approx Orchid. HEX triplet: CE, 73 and C0. RGB value is (206,115,192). Sum of RGB (Red+Green+Blue) = 206+115+192=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE73C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73C0 is #318C3F. Grayscale: #969696. Windows color (decimal): -3247168 or 12612558. OLE color: 12612558.

HSL color Cylindrical-coordinate representation of color #CE73C0: hue angle of 309.23º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE73C0 is Cyan = 0, Magento = 0.44, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206115192-
CMYK00.440.070.19
HSL309.23º48.15%62.94%-
HSV(B)309.23º44.17%80.78%-
XYZ41.129.1953.34-
YUV150.99151.15167.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=40.16%
G=22.42%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611519200.440.070.19309.2348.1562.94
HexCE73C002C713135303f
Octal3161633000547234656077
Binary11001110111001111000000010110011110011100110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73C0; }

 p { color: rgb(206,115,192); }

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

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

 a { background-color: rgb(206,115,192); }

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

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

 span { border-color: rgb(206,115,192); }

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