Html Css Color HEX #CC9BFA Mauve

📋 copy color: '#CC9BFA'

red 204 ◦ green 155 ◦ blue 250

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

Shades of Mauve #CC9BFA

Tints of Mauve #CC9BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.05%

R = 33.5%
G = 25.45%
B = 41.05%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC9BFA (or 0xCC9BFA) is known color: Mauve. HEX triplet: CC, 9B and FA. RGB value is (204,155,250). Sum of RGB (Red+Green+Blue) = 204+155+250=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 155 (60.94% from 255 or 25.45% from 609); Blue value is 250 (98.05% from 255 or 41.05% from 609); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9BFA is #336405. Grayscale: #B4B4B4. Windows color (decimal): -3367942 or 16423884. OLE color: 16423884.

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

Color convert

RGB 204 155 250 -
CMYK 0.18 0.38 0 0.02
HSL 270.95º 0.9% 0.79% -
HSV(B) 270.95º 0.38% 0.98% -
XYZ 53.88 43.18 95.94 -
YUV 180.48 167.23 144.78 -
System Red Green Blue C M Y K H S L
Decimal 204 155 250 0.18 0.38 0 0.02 270.95 0.9 0.79
Hex CC 9B FA 12 26 0 2 10F 5A 4F
Octal 314 233 372 22 46 0 2 417 132 117
Binary 11001100 10011011 11111010 10010 100110 0 10 100001111 1011010 1001111

Color Harmonies of #CC9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9BFA

Black with #CC9BFA

Text Example


Text Example

White with #CC9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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