Html Css Color HEX #CC9CFE Mauve

📋 copy color: '#CC9CFE'

red 204 ◦ green 156 ◦ blue 254

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

Shades of Mauve #CC9CFE

Tints of Mauve #CC9CFE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.41%

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

R = 33.22%
G = 25.41%
B = 41.37%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC9CFE (or 0xCC9CFE) is known color: Mauve. HEX triplet: CC, 9C and FE. RGB value is (204,156,254). Sum of RGB (Red+Green+Blue) = 204+156+254=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 156 (61.33% from 255 or 25.41% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CFE is #336301. Grayscale: #B5B5B5. Windows color (decimal): -3367682 or 16686284. OLE color: 16686284.

HSL color Cylindrical-coordinate representation of color #CC9CFE: hue angle of 269.39º 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 #CC9CFE is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 156 254 -
CMYK 0.20 0.39 0 0.00
HSL 269.39º 0.98% 0.8% -
HSV(B) 269.39º 0.39% 1% -
XYZ 54.68 43.77 99.33 -
YUV 181.52 168.9 144.03 -
System Red Green Blue C M Y K H S L
Decimal 204 156 254 0.20 0.39 0 0.00 269.39 0.98 0.8
Hex CC 9C FE 14 27 0 0 10D 62 50
Octal 314 234 376 24 47 0 0 415 142 120
Binary 11001100 10011100 11111110 10100 100111 0 0 100001101 1100010 1010000

Color Harmonies of #CC9CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9CFE

Black with #CC9CFE

Text Example


Text Example

White with #CC9CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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