Html Css Color HEX #CDA5FE Mauve

📋 copy color: '#CDA5FE'

red 205 ◦ green 165 ◦ blue 254

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

Shades of Mauve #CDA5FE

Tints of Mauve #CDA5FE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 26.44%

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

R = 32.85%
G = 26.44%
B = 40.71%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CDA5FE (or 0xCDA5FE) is known color: Mauve. HEX triplet: CD, A5 and FE. RGB value is (205,165,254). Sum of RGB (Red+Green+Blue) = 205+165+254=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 254 (99.61% from 255 or 40.71% from 624); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FE is #325A01. Grayscale: #BABABA. Windows color (decimal): -3299842 or 16688589. OLE color: 16688589.

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

Color convert

RGB 205 165 254 -
CMYK 0.19 0.35 0 0.00
HSL 266.97º 0.98% 0.82% -
HSV(B) 266.97º 0.35% 1% -
XYZ 56.52 47.05 99.87 -
YUV 187.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 205 165 254 0.19 0.35 0 0.00 266.97 0.98 0.82
Hex CD A5 FE 13 23 0 0 10B 62 52
Octal 315 245 376 23 43 0 0 413 142 122
Binary 11001101 10100101 11111110 10011 100011 0 0 100001011 1100010 1010010

Color Harmonies of #CDA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5FE

Black with #CDA5FE

Text Example


Text Example

White with #CDA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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