Html Css Color HEX #CDA2FD Mauve

📋 copy color: '#CDA2FD'

red 205 ◦ green 162 ◦ blue 253

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

Shades of Mauve #CDA2FD

Tints of Mauve #CDA2FD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.13%

 BLUE value IS 253 (99.22% from 255) = 40.81%

R = 33.06%
G = 26.13%
B = 40.81%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CDA2FD (or 0xCDA2FD) is known color: Mauve. HEX triplet: CD, A2 and FD. RGB value is (205,162,253). Sum of RGB (Red+Green+Blue) = 205+162+253=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 162 (63.67% from 255 or 26.13% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDA2FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2FD is #325D02. Grayscale: #B8B8B8. Windows color (decimal): -3300611 or 16622285. OLE color: 16622285.

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

Color convert

RGB 205 162 253 -
CMYK 0.19 0.36 0 0.01
HSL 268.35º 0.96% 0.81% -
HSV(B) 268.35º 0.36% 0.99% -
XYZ 55.83 45.91 98.85 -
YUV 185.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 205 162 253 0.19 0.36 0 0.01 268.35 0.96 0.81
Hex CD A2 FD 13 24 0 1 10C 60 51
Octal 315 242 375 23 44 0 1 414 140 121
Binary 11001101 10100010 11111101 10011 100100 0 1 100001100 1100000 1010001

Color Harmonies of #CDA2FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2FD

Black with #CDA2FD

Text Example


Text Example

White with #CDA2FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2FD; }

 p { color: rgb(205,162,253); }

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

background-color css

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

 a { background-color: rgb(205,162,253); }

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

border-color css

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

 span { border-color: rgb(205,162,253); }

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