Html Css Color HEX #CE8AD5 Plum

📋 copy color: '#CE8AD5'

red 206 ◦ green 138 ◦ blue 213

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

Shades of Plum #CE8AD5

Tints of Plum #CE8AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 213 (83.59% from 255) = 38.24%

R = 36.98%
G = 24.78%
B = 38.24%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE8AD5 (or 0xCE8AD5) is known color: Plum. HEX triplet: CE, 8A and D5. RGB value is (206,138,213). Sum of RGB (Red+Green+Blue) = 206+138+213=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE8AD5 is #31752A. Grayscale: #A6A6A6. Windows color (decimal): -3241259 or 13994702. OLE color: 13994702.

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

Color convert

RGB 206 138 213 -
CMYK 0.03 0.35 0 0.16
HSL 294.4º 0.47% 0.69% -
HSV(B) 294.4º 0.35% 0.84% -
XYZ 46.55 36.1 67.47 -
YUV 166.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 206 138 213 0.03 0.35 0 0.16 294.4 0.47 0.69
Hex CE 8A D5 3 23 0 10 126 2F 45
Octal 316 212 325 3 43 0 20 446 57 105
Binary 11001110 10001010 11010101 11 100011 0 10000 100100110 101111 1000101

Color Harmonies of #CE8AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8AD5

Black with #CE8AD5

Text Example


Text Example

White with #CE8AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8AD5; }

 p { color: rgb(206,138,213); }

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

background-color css

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

 a { background-color: rgb(206,138,213); }

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

border-color css

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

 span { border-color: rgb(206,138,213); }

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