Html Css Color HEX #CE8BD6 Plum

📋 copy color: '#CE8BD6'

red 206 ◦ green 139 ◦ blue 214

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

Shades of Plum #CE8BD6

Tints of Plum #CE8BD6

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.87%

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

R = 36.85%
G = 24.87%
B = 38.28%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8BD6 (or 0xCE8BD6) is known color: Plum. HEX triplet: CE, 8B and D6. RGB value is (206,139,214). Sum of RGB (Red+Green+Blue) = 206+139+214=559 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.85% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE8BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8BD6 is #317429. Grayscale: #A7A7A7. Windows color (decimal): -3241002 or 14060494. OLE color: 14060494.

HSL color Cylindrical-coordinate representation of color #CE8BD6: hue angle of 293.6º degrees, saturation: 0.48, 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 #CE8BD6 is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 139 214 -
CMYK 0.04 0.35 0 0.16
HSL 293.6º 0.48% 0.69% -
HSV(B) 293.6º 0.35% 0.84% -
XYZ 46.82 36.44 68.18 -
YUV 167.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 206 139 214 0.04 0.35 0 0.16 293.6 0.48 0.69
Hex CE 8B D6 4 23 0 10 126 30 45
Octal 316 213 326 4 43 0 20 446 60 105
Binary 11001110 10001011 11010110 100 100011 0 10000 100100110 110000 1000101

Color Harmonies of #CE8BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8BD6

Black with #CE8BD6

Text Example


Text Example

White with #CE8BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8BD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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