#CE7BD6

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

Shades of Orchid #CE7BD6

Tints of Orchid #CE7BD6

Color information

#CE7BD6 (or 0xCE7BD6) is unknown color: approx Orchid. HEX triplet: CE, 7B and D6. RGB value is (206,123,214). Sum of RGB (Red+Green+Blue) = 206+123+214=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE7BD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BD6 is #318429. Grayscale: #9D9D9D. Windows color (decimal): -3245098 or 14056398. OLE color: 14056398.

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

Color convert

RGB206123214-
CMYK0.040.4300.16
HSL294.73º52.6%66.08%-
HSV(B)294.73º42.52%83.92%-
XYZ44.6732.1467.47-
YUV158.19159.5162.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 123 (48.44% from 255) = 22.65%
BLUE value IS 214 (83.98% from 255) = 39.41%
R=37.94%
G=22.65%
B=39.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061232140.040.4300.16294.7352.666.08
HexCE7BD642B0101273542
Octal31617332645302044765102
Binary110011101111011110101101001010110100001001001111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BD6; }

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

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

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

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

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

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

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

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