Html Css Color HEX #C69BFE Mauve

📋 copy color: '#C69BFE'

red 198 ◦ green 155 ◦ blue 254

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

Shades of Mauve #C69BFE

Tints of Mauve #C69BFE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.54%

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

R = 32.62%
G = 25.54%
B = 41.85%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C69BFE (or 0xC69BFE) is known color: Mauve. HEX triplet: C6, 9B and FE. RGB value is (198,155,254). Sum of RGB (Red+Green+Blue) = 198+155+254=607 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.62% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C69BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C69BFE is #396401. Grayscale: #B2B2B2. Windows color (decimal): -3761154 or 16686022. OLE color: 16686022.

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

Color convert

RGB 198 155 254 -
CMYK 0.22 0.39 0 0.00
HSL 266.06º 0.98% 0.8% -
HSV(B) 266.06º 0.39% 1% -
XYZ 52.9 42.6 99.2 -
YUV 179.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 198 155 254 0.22 0.39 0 0.00 266.06 0.98 0.8
Hex C6 9B FE 16 27 0 0 10A 62 50
Octal 306 233 376 26 47 0 0 412 142 120
Binary 11000110 10011011 11111110 10110 100111 0 0 100001010 1100010 1010000

Color Harmonies of #C69BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69BFE

Black with #C69BFE

Text Example


Text Example

White with #C69BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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