#CC90FD

Color #CC90FD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #CC90FD

Tints of Mauve #CC90FD

Color information

#CC90FD (or 0xCC90FD) is unknown color: approx Mauve. HEX triplet: CC, 90 and FD. RGB value is (204,144,253). Sum of RGB (Red+Green+Blue) = 204+144+253=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90FD is #336F02. Grayscale: #ADADAD. Windows color (decimal): -3370755 or 16617676. OLE color: 16617676.

HSL color Cylindrical-coordinate representation of color #CC90FD: hue angle of 273.03º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC90FD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204144253-
CMYK0.190.4300.01
HSL273.03º96.46%77.84%-
HSV(B)273.03º43.08%99.22%-
XYZ52.639.8897.85-
YUV174.37172.38149.14-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=33.94%
G=23.96%
B=42.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2041442530.190.4300.01273.0396.4677.84
HexCC90FD132B01111604e
Octal314220375235301421140116
Binary110011001001000011111101100111010110110001000111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC90FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC90FD; }

 p { color: rgb(204,144,253); }

 H1.HeaderClassName
 {
   color: #CC90FD;
 }
 .AnyTagClassName
 {
   color: #CC90FD;
 }
</style>
background-color css

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

 a { background-color: rgb(204,144,253); }

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

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

 span { border-color: rgb(204,144,253); }

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