Html Css Color HEX #CC9EFE Mauve

📋 copy color: '#CC9EFE'

red 204 ◦ green 158 ◦ blue 254

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

Shades of Mauve #CC9EFE

Tints of Mauve #CC9EFE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

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

R = 33.12%
G = 25.65%
B = 41.23%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CC9EFE (or 0xCC9EFE) is known color: Mauve. HEX triplet: CC, 9E and FE. RGB value is (204,158,254). Sum of RGB (Red+Green+Blue) = 204+158+254=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 254 (99.61% from 255 or 41.23% from 616); Max value from RGB is 254 - color contains mainly: blue. Hex color #CC9EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EFE is #336101. Grayscale: #B6B6B6. Windows color (decimal): -3367170 or 16686796. OLE color: 16686796.

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

Color convert

RGB 204 158 254 -
CMYK 0.20 0.38 0 0.00
HSL 268.75º 0.98% 0.81% -
HSV(B) 268.75º 0.38% 1% -
XYZ 55.02 44.45 99.45 -
YUV 182.7 168.24 143.19 -
System Red Green Blue C M Y K H S L
Decimal 204 158 254 0.20 0.38 0 0.00 268.75 0.98 0.81
Hex CC 9E FE 14 26 0 0 10D 62 51
Octal 314 236 376 24 46 0 0 415 142 121
Binary 11001100 10011110 11111110 10100 100110 0 0 100001101 1100010 1010001

Color Harmonies of #CC9EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9EFE

Black with #CC9EFE

Text Example


Text Example

White with #CC9EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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