Html Css Color HEX #CC9DFA Mauve

📋 copy color: '#CC9DFA'

red 204 ◦ green 157 ◦ blue 250

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

Shades of Mauve #CC9DFA

Tints of Mauve #CC9DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.7%

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

R = 33.39%
G = 25.7%
B = 40.92%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CC9DFA (or 0xCC9DFA) is known color: Mauve. HEX triplet: CC, 9D and FA. RGB value is (204,157,250). Sum of RGB (Red+Green+Blue) = 204+157+250=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 157 (61.72% from 255 or 25.70% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #CC9DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9DFA is #336205. Grayscale: #B5B5B5. Windows color (decimal): -3367430 or 16424396. OLE color: 16424396.

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

Color convert

RGB 204 157 250 -
CMYK 0.18 0.37 0 0.02
HSL 270.32º 0.9% 0.8% -
HSV(B) 270.32º 0.37% 0.98% -
XYZ 54.21 43.85 96.05 -
YUV 181.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 204 157 250 0.18 0.37 0 0.02 270.32 0.9 0.8
Hex CC 9D FA 12 25 0 2 10E 5A 50
Octal 314 235 372 22 45 0 2 416 132 120
Binary 11001100 10011101 11111010 10010 100101 0 10 100001110 1011010 1010000

Color Harmonies of #CC9DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9DFA

Black with #CC9DFA

Text Example


Text Example

White with #CC9DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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