#CE8CD6

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

Shades of Plum #CE8CD6

Tints of Plum #CE8CD6

Color information

#CE8CD6 (or 0xCE8CD6) is unknown color: approx Plum. HEX triplet: CE, 8C and D6. RGB value is (206,140,214). Sum of RGB (Red+Green+Blue) = 206+140+214=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 214 (83.98% from 255 or 38.21% from 560); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8CD6 is #317329. Grayscale: #A7A7A7. Windows color (decimal): -3240746 or 14060750. OLE color: 14060750.

HSL color Cylindrical-coordinate representation of color #CE8CD6: hue angle of 293.51º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CE8CD6 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB206140214-
CMYK0.040.3500.16
HSL293.51º47.44%69.41%-
HSV(B)293.51º34.58%83.92%-
XYZ46.9736.7368.23-
YUV168.17153.87154.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.79%
GREEN value IS 140 (55.08% from 255) = 25%
BLUE value IS 214 (83.98% from 255) = 38.21%
R=36.79%
G=25%
B=38.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2061402140.040.3500.16293.5147.4469.41
HexCE8CD64230101262f45
Octal31621432644302044657105
Binary1100111010001100110101101001000110100001001001101011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8CD6; }

 p { color: rgb(206,140,214); }

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

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

 a { background-color: rgb(206,140,214); }

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

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

 span { border-color: rgb(206,140,214); }

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