Html Css Color HEX #CDA5FC Mauve

📋 copy color: '#CDA5FC'

red 205 ◦ green 165 ◦ blue 252

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

Shades of Mauve #CDA5FC

Tints of Mauve #CDA5FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 40.51%

R = 32.96%
G = 26.53%
B = 40.51%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDA5FC (or 0xCDA5FC) is known color: Mauve. HEX triplet: CD, A5 and FC. RGB value is (205,165,252). Sum of RGB (Red+Green+Blue) = 205+165+252=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 252 (98.83% from 255 or 40.51% from 622); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA5FC is #325A03. Grayscale: #BABABA. Windows color (decimal): -3299844 or 16557517. OLE color: 16557517.

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

Color convert

RGB 205 165 252 -
CMYK 0.19 0.35 0 0.01
HSL 267.59º 0.94% 0.82% -
HSV(B) 267.59º 0.35% 0.99% -
XYZ 56.2 46.92 98.19 -
YUV 186.88 164.75 140.93 -
System Red Green Blue C M Y K H S L
Decimal 205 165 252 0.19 0.35 0 0.01 267.59 0.94 0.82
Hex CD A5 FC 13 23 0 1 10C 5E 52
Octal 315 245 374 23 43 0 1 414 136 122
Binary 11001101 10100101 11111100 10011 100011 0 1 100001100 1011110 1010010

Color Harmonies of #CDA5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA5FC

Black with #CDA5FC

Text Example


Text Example

White with #CDA5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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