#CE73D9

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

Shades of Orchid #CE73D9

Tints of Orchid #CE73D9

Color information

#CE73D9 (or 0xCE73D9) is unknown color: approx Orchid. HEX triplet: CE, 73 and D9. RGB value is (206,115,217). Sum of RGB (Red+Green+Blue) = 206+115+217=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #CE73D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D9 is #318C26. Grayscale: #999999. Windows color (decimal): -3247143 or 14250958. OLE color: 14250958.

HSL color Cylindrical-coordinate representation of color #CE73D9: hue angle of 293.53º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE73D9 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206115217-
CMYK0.050.4700.15
HSL293.53º57.3%65.1%-
HSV(B)293.53º47%85.1%-
XYZ44.1130.3969.19-
YUV153.84163.65165.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 115 (45.31% from 255) = 21.38%
BLUE value IS 217 (85.16% from 255) = 40.33%
R=38.29%
G=21.38%
B=40.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061152170.050.4700.15293.5357.365.1
HexCE73D952F0F1263941
Octal31616333155701744671101
Binary11001110111001111011001101101111011111001001101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73D9; }

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

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

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

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

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

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

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

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