Html Css Color HEX #CC9BFF Mauve

📋 copy color: '#CC9BFF'

red 204 ◦ green 155 ◦ blue 255

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

Shades of Mauve #CC9BFF

Tints of Mauve #CC9BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 33.22%
G = 25.24%
B = 41.53%

CMYK

 C value IS 0.2

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC9BFF (or 0xCC9BFF) is known color: Mauve. HEX triplet: CC, 9B and FF. RGB value is (204,155,255). Sum of RGB (Red+Green+Blue) = 204+155+255=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 155 (60.94% from 255 or 25.24% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC9BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFF is #336400. Grayscale: #B4B4B4. Windows color (decimal): -3367937 or 16751564. OLE color: 16751564.

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

Color convert

RGB 204 155 255 -
CMYK 0.2 0.39 0 0
HSL 269.4º 1% 0.8% -
HSV(B) 269.4º 0.39% 1% -
XYZ 54.67 43.5 100.12 -
YUV 181.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 204 155 255 0.2 0.39 0 0 269.4 1 0.8
Hex CC 9B FF 14 27 0 0 10D 64 50
Octal 314 233 377 24 47 0 0 415 144 120
Binary 11001100 10011011 11111111 10100 100111 0 0 100001101 1100100 1010000

Color Harmonies of #CC9BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BFF

Black with #CC9BFF

Text Example


Text Example

White with #CC9BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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