#ce76d1

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

Shades of Orchid #CE76D1

Tints of Orchid #CE76D1

Color information

#CE76D1 (or 0xCE76D1) is unknown color: approx Orchid. HEX triplet: CE, 76 and D1. RGB value is (206,118,209). Sum of RGB (Red+Green+Blue) = 206+118+209=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE76D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76D1 is #31892E. Grayscale: #9A9A9A. Windows color (decimal): -3246383 or 13727438. OLE color: 13727438.

HSL color Cylindrical-coordinate representation of color #CE76D1: hue angle of 298.02º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE76D1 is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB206118209-
CMYK0.010.4400.18
HSL298.02º49.73%64.12%-
HSV(B)298.02º43.54%81.96%-
XYZ43.4430.6863.95-
YUV154.69158.65164.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 209 (82.03% from 255) = 39.21%
R=38.65%
G=22.14%
B=39.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2061182090.010.4400.18298.0249.7364.12
HexCE76D112C01212a3240
Octal31616632115402245262100
Binary1100111011101101101000111011000100101001010101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce76d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce76d1; }

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

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

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

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

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

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

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

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