#CE73D6

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

Shades of Orchid #CE73D6

Tints of Orchid #CE73D6

Color information

#CE73D6 (or 0xCE73D6) is unknown color: approx Orchid. HEX triplet: CE, 73 and D6. RGB value is (206,115,214). Sum of RGB (Red+Green+Blue) = 206+115+214=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 115 (45.31% from 255 or 21.50% from 535); Blue value is 214 (83.98% from 255 or 40% from 535); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE73D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D6 is #318C29. Grayscale: #999999. Windows color (decimal): -3247146 or 14054350. OLE color: 14054350.

HSL color Cylindrical-coordinate representation of color #CE73D6: hue angle of 295.15º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE73D6 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206115214-
CMYK0.040.4600.16
HSL295.15º54.7%64.51%-
HSV(B)295.15º46.26%83.92%-
XYZ43.7230.2467.15-
YUV153.5162.15165.45-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 115 (45.31% from 255) = 21.50%
BLUE value IS 214 (83.98% from 255) = 40%
R=38.50%
G=21.50%
B=40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061152140.040.4600.16295.1554.764.51
HexCE73D642E0101273741
Octal31616332645602044767101
Binary110011101110011110101101001011100100001001001111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73D6; }

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

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

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

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

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

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

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

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