#CE7BBF

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

Shades of Orchid #CE7BBF

Tints of Orchid #CE7BBF

Color information

#CE7BBF (or 0xCE7BBF) is unknown color: approx Orchid. HEX triplet: CE, 7B and BF. RGB value is (206,123,191). Sum of RGB (Red+Green+Blue) = 206+123+191=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7BBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7BBF is #318440. Grayscale: #9B9B9B. Windows color (decimal): -3245121 or 12549070. OLE color: 12549070.

HSL color Cylindrical-coordinate representation of color #CE7BBF: hue angle of 310.84º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7BBF is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB206123191-
CMYK00.400.070.19
HSL310.84º45.86%64.51%-
HSV(B)310.84º40.29%80.78%-
XYZ41.9431.0553.07-
YUV155.57148163.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 123 (48.44% from 255) = 23.65%
BLUE value IS 191 (75% from 255) = 36.73%
R=39.62%
G=23.65%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612319100.400.070.19310.8445.8664.51
HexCE7BBF0287131372e41
Octal31617327705072346756101
Binary110011101111011101111110101000111100111001101111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7BBF; }

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

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

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

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

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

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

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

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