#ce76c5

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

Shades of Orchid #CE76C5

Tints of Orchid #CE76C5

Color information

#CE76C5 (or 0xCE76C5) is unknown color: approx Orchid. HEX triplet: CE, 76 and C5. RGB value is (206,118,197). Sum of RGB (Red+Green+Blue) = 206+118+197=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 118 (46.48% from 255 or 22.65% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 206 - color contains mainly: red. Hex color #CE76C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76C5 is #31893A. Grayscale: #999999. Windows color (decimal): -3246395 or 12941006. OLE color: 12941006.

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

Color convert

RGB206118197-
CMYK00.430.040.19
HSL306.14º47.31%63.53%-
HSV(B)306.14º42.72%80.78%-
XYZ42.0130.1156.42-
YUV153.32152.65165.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.54%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 197 (77.34% from 255) = 37.81%
R=39.54%
G=22.65%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20611819700.430.040.19306.1447.3163.53
HexCE76C502B4131322f40
Octal31616630505342346257100
Binary110011101110110110001010101011100100111001100101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce76c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce76c5; }

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

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

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

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

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

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

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

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