Html Css Color HEX #CE8ED6 Plum

📋 copy color: '#CE8ED6'

red 206 ◦ green 142 ◦ blue 214

#CE8ED6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #CE8ED6

Tints of Plum #CE8ED6

RGB

 RED value IS 206 (80.86% from 255) = 36.65%

 GREEN value IS 142 (55.86% from 255) = 25.27%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 36.65%
G = 25.27%
B = 38.08%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8ED6 (or 0xCE8ED6) is known color: Plum. HEX triplet: CE, 8E and D6. RGB value is (206,142,214). Sum of RGB (Red+Green+Blue) = 206+142+214=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8ED6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8ED6 is #317129. Grayscale: #A9A9A9. Windows color (decimal): -3240234 or 14061262. OLE color: 14061262.

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

Color convert

RGB 206 142 214 -
CMYK 0.04 0.34 0 0.16
HSL 293.33º 0.47% 0.7% -
HSV(B) 293.33º 0.34% 0.84% -
XYZ 47.26 37.32 68.33 -
YUV 169.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 206 142 214 0.04 0.34 0 0.16 293.33 0.47 0.7
Hex CE 8E D6 4 22 0 10 125 2F 46
Octal 316 216 326 4 42 0 20 445 57 106
Binary 11001110 10001110 11010110 100 100010 0 10000 100100101 101111 1000110

Color Harmonies of #CE8ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8ED6

Black with #CE8ED6

Text Example


Text Example

White with #CE8ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8ED6; }

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

 H1.HeaderClassName
 {
   color: #CE8ED6;
 }
 .AnyTagClassName
 {
   color: #CE8ED6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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