Html Css Color HEX #CE90FF Mauve

📋 copy color: '#CE90FF'

red 206 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CE90FF

Tints of Mauve #CE90FF

RGB

 RED value IS 206 (80.86% from 255) = 34.05%

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

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

R = 34.05%
G = 23.8%
B = 42.15%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CE90FF (or 0xCE90FF) is known color: Mauve. HEX triplet: CE, 90 and FF. RGB value is (206,144,255). Sum of RGB (Red+Green+Blue) = 206+144+255=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #CE90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE90FF is #316F00. Grayscale: #AEAEAE. Windows color (decimal): -3239681 or 16748750. OLE color: 16748750.

HSL color Cylindrical-coordinate representation of color #CE90FF: hue angle of 273.51º 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 #CE90FF is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 144 255 -
CMYK 0.19 0.44 0 0
HSL 273.51º 1% 0.78% -
HSV(B) 273.51º 0.44% 1% -
XYZ 53.48 40.29 99.57 -
YUV 175.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 206 144 255 0.19 0.44 0 0 273.51 1 0.78
Hex CE 90 FF 13 2C 0 0 112 64 4E
Octal 316 220 377 23 54 0 0 422 144 116
Binary 11001110 10010000 11111111 10011 101100 0 0 100010010 1100100 1001110

Color Harmonies of #CE90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE90FF

Black with #CE90FF

Text Example


Text Example

White with #CE90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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