#CE68D7

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

Shades of Orchid #CE68D7

Tints of Orchid #CE68D7

Color information

#CE68D7 (or 0xCE68D7) is unknown color: approx Orchid. HEX triplet: CE, 68 and D7. RGB value is (206,104,215). Sum of RGB (Red+Green+Blue) = 206+104+215=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D7 is #319728. Grayscale: #929292. Windows color (decimal): -3249961 or 14117070. OLE color: 14117070.

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

Color convert

RGB206104215-
CMYK0.040.5200.16
HSL295.14º58.12%62.55%-
HSV(B)295.14º51.63%84.31%-
XYZ42.6727.9367.43-
YUV147.15166.29169.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.24%
GREEN value IS 104 (41.02% from 255) = 19.81%
BLUE value IS 215 (84.38% from 255) = 40.95%
R=39.24%
G=19.81%
B=40.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061042150.040.5200.16295.1458.1262.55
HexCE68D74340101273a3f
Octal3161503274640204477277
Binary11001110110100011010111100110100010000100100111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE68D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE68D7; }

 p { color: rgb(206,104,215); }

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

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

 a { background-color: rgb(206,104,215); }

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

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

 span { border-color: rgb(206,104,215); }

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