#CE76DA

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

Shades of Orchid #CE76DA

Tints of Orchid #CE76DA

Color information

#CE76DA (or 0xCE76DA) is unknown color: approx Orchid. HEX triplet: CE, 76 and DA. RGB value is (206,118,218). Sum of RGB (Red+Green+Blue) = 206+118+218=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE76DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE76DA is #318925. Grayscale: #9B9B9B. Windows color (decimal): -3246374 or 14317262. OLE color: 14317262.

HSL color Cylindrical-coordinate representation of color #CE76DA: hue angle of 292.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE76DA is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB206118218-
CMYK0.060.4600.15
HSL292.8º57.47%65.88%-
HSV(B)292.8º45.87%85.49%-
XYZ44.5931.1469.99-
YUV155.71163.15163.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.01%
GREEN value IS 118 (46.48% from 255) = 21.77%
BLUE value IS 218 (85.55% from 255) = 40.22%
R=38.01%
G=21.77%
B=40.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2061182180.060.4600.15292.857.4765.88
HexCE76DA62E0F1253942
Octal31616633265601744571102
Binary11001110111011011011010110101110011111001001011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE76DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE76DA; }

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

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

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

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

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

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

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

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