Html Css Color HEX #CD90FF Mauve

📋 copy color: '#CD90FF'

red 205 ◦ green 144 ◦ blue 255

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

Shades of Mauve #CD90FF

Tints of Mauve #CD90FF

RGB

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

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

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

R = 33.94%
G = 23.84%
B = 42.22%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD90FF (or 0xCD90FF) is known color: Mauve. HEX triplet: CD, 90 and FF. RGB value is (205,144,255). Sum of RGB (Red+Green+Blue) = 205+144+255=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD90FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD90FF is #326F00. Grayscale: #AEAEAE. Windows color (decimal): -3305217 or 16748749. OLE color: 16748749.

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

Color convert

RGB 205 144 255 -
CMYK 0.20 0.44 0 0
HSL 272.97º 1% 0.78% -
HSV(B) 272.97º 0.44% 1% -
XYZ 53.2 40.15 99.55 -
YUV 174.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 205 144 255 0.20 0.44 0 0 272.97 1 0.78
Hex CD 90 FF 14 2C 0 0 111 64 4E
Octal 315 220 377 24 54 0 0 421 144 116
Binary 11001101 10010000 11111111 10100 101100 0 0 100010001 1100100 1001110

Color Harmonies of #CD90FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD90FF

Black with #CD90FF

Text Example


Text Example

White with #CD90FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD90FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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