#CE76B7

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

Shades of Orchid #CE76B7

Tints of Orchid #CE76B7

Color information

#CE76B7 (or 0xCE76B7) is unknown color: approx Orchid. HEX triplet: CE, 76 and B7. RGB value is (206,118,183). Sum of RGB (Red+Green+Blue) = 206+118+183=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 118 (46.48% from 255 or 23.27% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76B7 is #318948. Grayscale: #979797. Windows color (decimal): -3246409 or 12023502. OLE color: 12023502.

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

Color convert

RGB206118183-
CMYK00.430.110.19
HSL315.68º47.31%63.53%-
HSV(B)315.68º42.72%80.78%-
XYZ40.4829.548.36-
YUV151.72145.65166.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 118 (46.48% from 255) = 23.27%
BLUE value IS 183 (71.88% from 255) = 36.09%
R=40.63%
G=23.27%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611818300.430.110.19315.6847.3163.53
HexCE76B702BB1313c2f40
Octal316166267053132347457100
Binary1100111011101101011011101010111011100111001111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76B7; }

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

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

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

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

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

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

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

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