Html Css Color HEX #CC9FFE Mauve

📋 copy color: '#CC9FFE'

red 204 ◦ green 159 ◦ blue 254

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

Shades of Mauve #CC9FFE

Tints of Mauve #CC9FFE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

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

R = 33.06%
G = 25.77%
B = 41.17%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC9FFE (or 0xCC9FFE) is known color: Mauve. HEX triplet: CC, 9F and FE. RGB value is (204,159,254). Sum of RGB (Red+Green+Blue) = 204+159+254=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 254 (99.61% from 255 or 41.17% from 617); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFE is #336001. Grayscale: #B6B6B6. Windows color (decimal): -3366914 or 16687052. OLE color: 16687052.

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

Color convert

RGB 204 159 254 -
CMYK 0.20 0.37 0 0.00
HSL 268.42º 0.98% 0.81% -
HSV(B) 268.42º 0.37% 1% -
XYZ 55.19 44.79 99.5 -
YUV 183.29 167.91 142.78 -
System Red Green Blue C M Y K H S L
Decimal 204 159 254 0.20 0.37 0 0.00 268.42 0.98 0.81
Hex CC 9F FE 14 25 0 0 10C 62 51
Octal 314 237 376 24 45 0 0 414 142 121
Binary 11001100 10011111 11111110 10100 100101 0 0 100001100 1100010 1010001

Color Harmonies of #CC9FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9FFE

Black with #CC9FFE

Text Example


Text Example

White with #CC9FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9FFE; }

 p { color: rgb(204,159,254); }

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

background-color css

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

 a { background-color: rgb(204,159,254); }

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

border-color css

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

 span { border-color: rgb(204,159,254); }

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