#CE7BD8

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

Shades of Orchid #CE7BD8

Tints of Orchid #CE7BD8

Color information

#CE7BD8 (or 0xCE7BD8) is unknown color: approx Orchid. HEX triplet: CE, 7B and D8. RGB value is (206,123,216). Sum of RGB (Red+Green+Blue) = 206+123+216=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 123 (48.44% from 255 or 22.57% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE7BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD8 is #318427. Grayscale: #9E9E9E. Windows color (decimal): -3245096 or 14187470. OLE color: 14187470.

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

Color convert

RGB206123216-
CMYK0.050.4300.15
HSL293.55º54.39%66.47%-
HSV(B)293.55º43.06%84.71%-
XYZ44.9332.2568.82-
YUV158.42160.5161.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 123 (48.44% from 255) = 22.57%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=37.80%
G=22.57%
B=39.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061232160.050.4300.15293.5554.3966.47
HexCE7BD852B0F1263642
Octal31617333055301744666102
Binary11001110111101111011000101101011011111001001101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BD8; }

 p { color: rgb(206,123,216); }

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

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

 a { background-color: rgb(206,123,216); }

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

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

 span { border-color: rgb(206,123,216); }

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