Html Css Color HEX #CE92FB Mauve

📋 copy color: '#CE92FB'

red 206 ◦ green 146 ◦ blue 251

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

Shades of Mauve #CE92FB

Tints of Mauve #CE92FB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.21%

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 34.16%
G = 24.21%
B = 41.63%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE92FB (or 0xCE92FB) is known color: Mauve. HEX triplet: CE, 92 and FB. RGB value is (206,146,251). Sum of RGB (Red+Green+Blue) = 206+146+251=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE92FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FB is #316D04. Grayscale: #AFAFAF. Windows color (decimal): -3239173 or 16487118. OLE color: 16487118.

HSL color Cylindrical-coordinate representation of color #CE92FB: hue angle of 274.29º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE92FB is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 146 251 -
CMYK 0.18 0.42 0 0.02
HSL 274.29º 0.93% 0.78% -
HSV(B) 274.29º 0.42% 0.98% -
XYZ 53.15 40.64 96.31 -
YUV 175.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 206 146 251 0.18 0.42 0 0.02 274.29 0.93 0.78
Hex CE 92 FB 12 2A 0 2 112 5D 4E
Octal 316 222 373 22 52 0 2 422 135 116
Binary 11001110 10010010 11111011 10010 101010 0 10 100010010 1011101 1001110

Color Harmonies of #CE92FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92FB

Black with #CE92FB

Text Example


Text Example

White with #CE92FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92FB; }

 p { color: rgb(206,146,251); }

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

background-color css

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

 a { background-color: rgb(206,146,251); }

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

border-color css

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

 span { border-color: rgb(206,146,251); }

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