Html Css Color HEX #CC90FF Mauve

📋 copy color: '#CC90FF'

red 204 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CC90FF

Tints of Mauve #CC90FF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.88%

 BLUE value IS 255 (100% from 255) = 42.29%

R = 33.83%
G = 23.88%
B = 42.29%

CMYK

 C value IS 0.2

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CC90FF (or 0xCC90FF) is known color: Mauve. HEX triplet: CC, 90 and FF. RGB value is (204,144,255). Sum of RGB (Red+Green+Blue) = 204+144+255=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90FF is #336F00. Grayscale: #AEAEAE. Windows color (decimal): -3370753 or 16748748. OLE color: 16748748.

HSL color Cylindrical-coordinate representation of color #CC90FF: hue angle of 272.43º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC90FF is Cyan = 0.2, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 144 255 -
CMYK 0.2 0.44 0 0
HSL 272.43º 1% 0.78% -
HSV(B) 272.43º 0.44% 1% -
XYZ 52.93 40 99.54 -
YUV 174.59 173.38 148.97 -
System Red Green Blue C M Y K H S L
Decimal 204 144 255 0.2 0.44 0 0 272.43 1 0.78
Hex CC 90 FF 14 2C 0 0 110 64 4E
Octal 314 220 377 24 54 0 0 420 144 116
Binary 11001100 10010000 11111111 10100 101100 0 0 100010000 1100100 1001110

Color Harmonies of #CC90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC90FF

Black with #CC90FF

Text Example


Text Example

White with #CC90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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