#CE76B9

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

Shades of Orchid #CE76B9

Tints of Orchid #CE76B9

Color information

#CE76B9 (or 0xCE76B9) is unknown color: approx Orchid. HEX triplet: CE, 76 and B9. RGB value is (206,118,185). Sum of RGB (Red+Green+Blue) = 206+118+185=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B9 is #318946. Grayscale: #979797. Windows color (decimal): -3246407 or 12154574. OLE color: 12154574.

HSL color Cylindrical-coordinate representation of color #CE76B9: hue angle of 314.32º 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 #CE76B9 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206118185-
CMYK00.430.100.19
HSL314.32º47.31%63.53%-
HSV(B)314.32º42.72%80.78%-
XYZ40.6929.5849.46-
YUV151.95146.65166.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 185 (72.66% from 255) = 36.35%
R=40.47%
G=23.18%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611818500.430.100.19314.3247.3163.53
HexCE76B902BA1313a2f40
Octal316166271053122347257100
Binary1100111011101101011100101010111010100111001110101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76B9; }

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

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

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

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

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

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

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

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