Html Css Color HEX #CE92FC Mauve

📋 copy color: '#CE92FC'

red 206 ◦ green 146 ◦ blue 252

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

Shades of Mauve #CE92FC

Tints of Mauve #CE92FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.72%

R = 34.11%
G = 24.17%
B = 41.72%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE92FC (or 0xCE92FC) is known color: Mauve. HEX triplet: CE, 92 and FC. RGB value is (206,146,252). Sum of RGB (Red+Green+Blue) = 206+146+252=604 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.11% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE92FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE92FC is #316D03. Grayscale: #AFAFAF. Windows color (decimal): -3239172 or 16552654. OLE color: 16552654.

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

Color convert

RGB 206 146 252 -
CMYK 0.18 0.42 0 0.01
HSL 273.96º 0.95% 0.78% -
HSV(B) 273.96º 0.42% 0.99% -
XYZ 53.3 40.71 97.14 -
YUV 176.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 206 146 252 0.18 0.42 0 0.01 273.96 0.95 0.78
Hex CE 92 FC 12 2A 0 1 112 5F 4E
Octal 316 222 374 22 52 0 1 422 137 116
Binary 11001110 10010010 11111100 10010 101010 0 1 100010010 1011111 1001110

Color Harmonies of #CE92FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE92FC

Black with #CE92FC

Text Example


Text Example

White with #CE92FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE92FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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