Html Css Color HEX #C69DFE Mauve

📋 copy color: '#C69DFE'

red 198 ◦ green 157 ◦ blue 254

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

Shades of Mauve #C69DFE

Tints of Mauve #C69DFE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.78%

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

R = 32.51%
G = 25.78%
B = 41.71%

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

#C69DFE (or 0xC69DFE) is known color: Mauve. HEX triplet: C6, 9D and FE. RGB value is (198,157,254). Sum of RGB (Red+Green+Blue) = 198+157+254=609 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.51% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69DFE is #396201. Grayscale: #B3B3B3. Windows color (decimal): -3760642 or 16686534. OLE color: 16686534.

HSL color Cylindrical-coordinate representation of color #C69DFE: hue angle of 265.36º 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 #C69DFE is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 157 254 -
CMYK 0.22 0.38 0 0.00
HSL 265.36º 0.98% 0.81% -
HSV(B) 265.36º 0.38% 1% -
XYZ 53.24 43.28 99.31 -
YUV 180.32 169.58 140.61 -
System Red Green Blue C M Y K H S L
Decimal 198 157 254 0.22 0.38 0 0.00 265.36 0.98 0.81
Hex C6 9D FE 16 26 0 0 109 62 51
Octal 306 235 376 26 46 0 0 411 142 121
Binary 11000110 10011101 11111110 10110 100110 0 0 100001001 1100010 1010001

Color Harmonies of #C69DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DFE

Black with #C69DFE

Text Example


Text Example

White with #C69DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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