Html Css Color HEX #CD90FE Mauve

📋 copy color: '#CD90FE'

red 205 ◦ green 144 ◦ blue 254

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

Shades of Mauve #CD90FE

Tints of Mauve #CD90FE

RGB

 RED value IS 205 (80.47% from 255) = 34%

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

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

R = 34%
G = 23.88%
B = 42.12%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CD90FE (or 0xCD90FE) is known color: Mauve. HEX triplet: CD, 90 and FE. RGB value is (205,144,254). Sum of RGB (Red+Green+Blue) = 205+144+254=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 254 (99.61% from 255 or 42.12% from 603); Max value from RGB is 254 - color contains mainly: blue. Hex color #CD90FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90FE is #326F01. Grayscale: #AEAEAE. Windows color (decimal): -3305218 or 16683213. OLE color: 16683213.

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

Color convert

RGB 205 144 254 -
CMYK 0.19 0.43 0 0.00
HSL 273.27º 0.98% 0.78% -
HSV(B) 273.27º 0.43% 1% -
XYZ 53.04 40.08 98.71 -
YUV 174.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 205 144 254 0.19 0.43 0 0.00 273.27 0.98 0.78
Hex CD 90 FE 13 2B 0 0 111 62 4E
Octal 315 220 376 23 53 0 0 421 142 116
Binary 11001101 10010000 11111110 10011 101011 0 0 100010001 1100010 1001110

Color Harmonies of #CD90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90FE

Black with #CD90FE

Text Example


Text Example

White with #CD90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90FE; }

 p { color: rgb(205,144,254); }

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

background-color css

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

 a { background-color: rgb(205,144,254); }

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

border-color css

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

 span { border-color: rgb(205,144,254); }

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