Html Css Color HEX #CD9AFF Mauve

📋 copy color: '#CD9AFF'

red 205 ◦ green 154 ◦ blue 255

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

Shades of Mauve #CD9AFF

Tints of Mauve #CD9AFF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 25.08%

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

R = 33.39%
G = 25.08%
B = 41.53%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CD9AFF (or 0xCD9AFF) is known color: Mauve. HEX triplet: CD, 9A and FF. RGB value is (205,154,255). Sum of RGB (Red+Green+Blue) = 205+154+255=614 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.39% from 614); Green value is 154 (60.55% from 255 or 25.08% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #CD9AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CD9AFF is #326500. Grayscale: #B4B4B4. Windows color (decimal): -3302657 or 16751309. OLE color: 16751309.

HSL color Cylindrical-coordinate representation of color #CD9AFF: hue angle of 270.3º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD9AFF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 205 154 255 -
CMYK 0.20 0.40 0 0
HSL 270.3º 1% 0.8% -
HSV(B) 270.3º 0.4% 1% -
XYZ 54.78 43.31 100.08 -
YUV 180.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 205 154 255 0.20 0.40 0 0 270.3 1 0.8
Hex CD 9A FF 14 28 0 0 10E 64 50
Octal 315 232 377 24 50 0 0 416 144 120
Binary 11001101 10011010 11111111 10100 101000 0 0 100001110 1100100 1010000

Color Harmonies of #CD9AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9AFF

Black with #CD9AFF

Text Example


Text Example

White with #CD9AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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