Html Css Color HEX #CDA5FF Mauve

📋 copy color: '#CDA5FF'

red 205 ◦ green 165 ◦ blue 255

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

Shades of Mauve #CDA5FF

Tints of Mauve #CDA5FF

RGB

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

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

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

R = 32.8%
G = 26.4%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CDA5FF (or 0xCDA5FF) is known color: Mauve. HEX triplet: CD, A5 and FF. RGB value is (205,165,255). Sum of RGB (Red+Green+Blue) = 205+165+255=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 165 (64.84% from 255 or 26.4% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDA5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FF is #325A00. Grayscale: #BABABA. Windows color (decimal): -3299841 or 16754125. OLE color: 16754125.

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

Color convert

RGB 205 165 255 -
CMYK 0.20 0.35 0 0
HSL 266.67º 1% 0.82% -
HSV(B) 266.67º 0.35% 1% -
XYZ 56.68 47.11 100.71 -
YUV 187.22 166.25 140.68 -
System Red Green Blue C M Y K H S L
Decimal 205 165 255 0.20 0.35 0 0 266.67 1 0.82
Hex CD A5 FF 14 23 0 0 10B 64 52
Octal 315 245 377 24 43 0 0 413 144 122
Binary 11001101 10100101 11111111 10100 100011 0 0 100001011 1100100 1010010

Color Harmonies of #CDA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5FF

Black with #CDA5FF

Text Example


Text Example

White with #CDA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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