#CE6BD7

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

Shades of Orchid #CE6BD7

Tints of Orchid #CE6BD7

Color information

#CE6BD7 (or 0xCE6BD7) is unknown color: approx Orchid. HEX triplet: CE, 6B and D7. RGB value is (206,107,215). Sum of RGB (Red+Green+Blue) = 206+107+215=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 215 (84.38% from 255 or 40.72% from 528); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE6BD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BD7 is #319428. Grayscale: #949494. Windows color (decimal): -3249193 or 14117838. OLE color: 14117838.

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

Color convert

RGB206107215-
CMYK0.040.5000.16
HSL295º57.45%63.14%-
HSV(B)295º50.23%84.31%-
XYZ42.9828.5467.53-
YUV148.91165.3168.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.02%
GREEN value IS 107 (42.19% from 255) = 20.27%
BLUE value IS 215 (84.38% from 255) = 40.72%
R=39.02%
G=20.27%
B=40.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061072150.040.5000.1629557.4563.14
HexCE6BD7432010127393f
Octal3161533274620204477177
Binary11001110110101111010111100110010010000100100111111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE6BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE6BD7; }

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

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

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

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

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

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

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

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