Html Css Color HEX #C69EFE Mauve

📋 copy color: '#C69EFE'

red 198 ◦ green 158 ◦ blue 254

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

Shades of Mauve #C69EFE

Tints of Mauve #C69EFE

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

 GREEN value IS 158 (62.11% from 255) = 25.9%

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 32.46%
G = 25.9%
B = 41.64%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C69EFE (or 0xC69EFE) is known color: Mauve. HEX triplet: C6, 9E and FE. RGB value is (198,158,254). Sum of RGB (Red+Green+Blue) = 198+158+254=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69EFE is #396101. Grayscale: #B4B4B4. Windows color (decimal): -3760386 or 16686790. OLE color: 16686790.

HSL color Cylindrical-coordinate representation of color #C69EFE: hue angle of 265º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C69EFE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 158 254 -
CMYK 0.22 0.38 0 0.00
HSL 265º 0.98% 0.81% -
HSV(B) 265º 0.38% 1% -
XYZ 53.4 43.62 99.37 -
YUV 180.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 198 158 254 0.22 0.38 0 0.00 265 0.98 0.81
Hex C6 9E FE 16 26 0 0 109 62 51
Octal 306 236 376 26 46 0 0 411 142 121
Binary 11000110 10011110 11111110 10110 100110 0 0 100001001 1100010 1010001

Color Harmonies of #C69EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69EFE

Black with #C69EFE

Text Example


Text Example

White with #C69EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69EFE; }

 p { color: rgb(198,158,254); }

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

background-color css

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

 a { background-color: rgb(198,158,254); }

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

border-color css

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

 span { border-color: rgb(198,158,254); }

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