Html Css Color HEX #CC9BF8 Mauve

📋 copy color: '#CC9BF8'

red 204 ◦ green 155 ◦ blue 248

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

Shades of Mauve #CC9BF8

Tints of Mauve #CC9BF8

RGB

 RED value IS 204 (80.08% from 255) = 33.61%

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

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 33.61%
G = 25.54%
B = 40.86%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CC9BF8 (or 0xCC9BF8) is known color: Mauve. HEX triplet: CC, 9B and F8. RGB value is (204,155,248). Sum of RGB (Red+Green+Blue) = 204+155+248=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 155 (60.94% from 255 or 25.54% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #CC9BF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BF8 is #336407. Grayscale: #B3B3B3. Windows color (decimal): -3367944 or 16292812. OLE color: 16292812.

HSL color Cylindrical-coordinate representation of color #CC9BF8: hue angle of 271.61º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC9BF8 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 155 248 -
CMYK 0.18 0.38 0 0.03
HSL 271.61º 0.87% 0.79% -
HSV(B) 271.61º 0.38% 0.97% -
XYZ 53.57 43.06 94.29 -
YUV 180.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 204 155 248 0.18 0.38 0 0.03 271.61 0.87 0.79
Hex CC 9B F8 12 26 0 3 110 57 4F
Octal 314 233 370 22 46 0 3 420 127 117
Binary 11001100 10011011 11111000 10010 100110 0 11 100010000 1010111 1001111

Color Harmonies of #CC9BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BF8

Black with #CC9BF8

Text Example


Text Example

White with #CC9BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BF8; }

 p { color: rgb(204,155,248); }

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

background-color css

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

 a { background-color: rgb(204,155,248); }

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

border-color css

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

 span { border-color: rgb(204,155,248); }

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