Html Css Color HEX #CE96FD Mauve

📋 copy color: '#CE96FD'

red 206 ◦ green 150 ◦ blue 253

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

Shades of Mauve #CE96FD

Tints of Mauve #CE96FD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.63%

 BLUE value IS 253 (99.22% from 255) = 41.54%

R = 33.83%
G = 24.63%
B = 41.54%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE96FD (or 0xCE96FD) is known color: Mauve. HEX triplet: CE, 96 and FD. RGB value is (206,150,253). Sum of RGB (Red+Green+Blue) = 206+150+253=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 150 (58.98% from 255 or 24.63% from 609); Blue value is 253 (99.22% from 255 or 41.54% from 609); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE96FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE96FD is #316902. Grayscale: #B2B2B2. Windows color (decimal): -3238147 or 16619214. OLE color: 16619214.

HSL color Cylindrical-coordinate representation of color #CE96FD: hue angle of 272.62º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE96FD is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 150 253 -
CMYK 0.19 0.41 0 0.01
HSL 272.62º 0.96% 0.79% -
HSV(B) 272.62º 0.41% 0.99% -
XYZ 54.09 42.03 98.19 -
YUV 178.49 170.05 147.62 -
System Red Green Blue C M Y K H S L
Decimal 206 150 253 0.19 0.41 0 0.01 272.62 0.96 0.79
Hex CE 96 FD 13 29 0 1 111 60 4F
Octal 316 226 375 23 51 0 1 421 140 117
Binary 11001110 10010110 11111101 10011 101001 0 1 100010001 1100000 1001111

Color Harmonies of #CE96FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE96FD

Black with #CE96FD

Text Example


Text Example

White with #CE96FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE96FD; }

 p { color: rgb(206,150,253); }

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

background-color css

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

 a { background-color: rgb(206,150,253); }

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

border-color css

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

 span { border-color: rgb(206,150,253); }

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