#CE73CF

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

Shades of Orchid #CE73CF

Tints of Orchid #CE73CF

Color information

#CE73CF (or 0xCE73CF) is unknown color: approx Orchid. HEX triplet: CE, 73 and CF. RGB value is (206,115,207). Sum of RGB (Red+Green+Blue) = 206+115+207=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73CF is #318C30. Grayscale: #989898. Windows color (decimal): -3247153 or 13595598. OLE color: 13595598.

HSL color Cylindrical-coordinate representation of color #CE73CF: hue angle of 299.35º degrees, saturation: 0.49, 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 #CE73CF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB206115207-
CMYK0.000.4400.19
HSL299.35º48.94%63.14%-
HSV(B)299.35º44.44%81.18%-
XYZ42.8529.8962.54-
YUV152.7158.65166.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 207 (81.25% from 255) = 39.20%
R=39.02%
G=21.78%
B=39.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061152070.000.4400.19299.3548.9463.14
HexCE73CF02C01312b313f
Octal3161633170540234536177
Binary110011101110011110011110101100010011100101011110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE73CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE73CF; }

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

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

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

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

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

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

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

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