#CE6ADF

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

Shades of Orchid #CE6ADF

Tints of Orchid #CE6ADF

Color information

#CE6ADF (or 0xCE6ADF) is unknown color: approx Orchid. HEX triplet: CE, 6A and DF. RGB value is (206,106,223). Sum of RGB (Red+Green+Blue) = 206+106+223=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADF is #319520. Grayscale: #949494. Windows color (decimal): -3249441 or 14641870. OLE color: 14641870.

HSL color Cylindrical-coordinate representation of color #CE6ADF: hue angle of 291.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE6ADF is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206106223-
CMYK0.080.5200.13
HSL291.28º64.64%64.51%-
HSV(B)291.28º52.47%87.45%-
XYZ43.9328.7673.05-
YUV149.24169.63168.49-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 106 (41.80% from 255) = 19.81%
BLUE value IS 223 (87.5% from 255) = 41.68%
R=38.50%
G=19.81%
B=41.68%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061062230.080.5200.13291.2864.6464.51
HexCE6ADF8340D1234141
Octal3161523371064015443101101
Binary1100111011010101101111110001101000110110010001110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6ADF; }

 p { color: rgb(206,106,223); }

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

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

 a { background-color: rgb(206,106,223); }

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

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

 span { border-color: rgb(206,106,223); }

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