Html Css Color HEX #CDA5FA Mauve

📋 copy color: '#CDA5FA'

red 205 ◦ green 165 ◦ blue 250

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

Shades of Mauve #CDA5FA

Tints of Mauve #CDA5FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 33.06%
G = 26.61%
B = 40.32%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA5FA (or 0xCDA5FA) is known color: Mauve. HEX triplet: CD, A5 and FA. RGB value is (205,165,250). Sum of RGB (Red+Green+Blue) = 205+165+250=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA5FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FA is #325A05. Grayscale: #BABABA. Windows color (decimal): -3299846 or 16426445. OLE color: 16426445.

HSL color Cylindrical-coordinate representation of color #CDA5FA: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDA5FA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 205 165 250 -
CMYK 0.18 0.34 0 0.02
HSL 268.24º 0.89% 0.81% -
HSV(B) 268.24º 0.34% 0.98% -
XYZ 55.89 46.79 96.53 -
YUV 186.65 163.75 141.09 -
System Red Green Blue C M Y K H S L
Decimal 205 165 250 0.18 0.34 0 0.02 268.24 0.89 0.81
Hex CD A5 FA 12 22 0 2 10C 59 51
Octal 315 245 372 22 42 0 2 414 131 121
Binary 11001101 10100101 11111010 10010 100010 0 10 100001100 1011001 1010001

Color Harmonies of #CDA5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5FA

Black with #CDA5FA

Text Example


Text Example

White with #CDA5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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