#CE76BD

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

Shades of Orchid #CE76BD

Tints of Orchid #CE76BD

Color information

#CE76BD (or 0xCE76BD) is unknown color: approx Orchid. HEX triplet: CE, 76 and BD. RGB value is (206,118,189). Sum of RGB (Red+Green+Blue) = 206+118+189=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76BD is #318942. Grayscale: #989898. Windows color (decimal): -3246403 or 12416718. OLE color: 12416718.

HSL color Cylindrical-coordinate representation of color #CE76BD: hue angle of 311.59º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE76BD is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206118189-
CMYK00.430.080.19
HSL311.59º47.31%63.53%-
HSV(B)311.59º42.72%80.78%-
XYZ41.1229.7551.72-
YUV152.41148.65166.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.16%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=40.16%
G=23.00%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611818900.430.080.19311.5947.3163.53
HexCE76BD02B8131382f40
Octal316166275053102347057100
Binary1100111011101101011110101010111000100111001110001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76BD; }

 p { color: rgb(206,118,189); }

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

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

 a { background-color: rgb(206,118,189); }

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

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

 span { border-color: rgb(206,118,189); }

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