Html Css Color HEX #CDA2FA Mauve

📋 copy color: '#CDA2FA'

red 205 ◦ green 162 ◦ blue 250

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

Shades of Mauve #CDA2FA

Tints of Mauve #CDA2FA

RGB

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

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

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

R = 33.23%
G = 26.26%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CDA2FA (or 0xCDA2FA) is known color: Mauve. HEX triplet: CD, A2 and FA. RGB value is (205,162,250). Sum of RGB (Red+Green+Blue) = 205+162+250=617 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.23% from 617); Green value is 162 (63.67% from 255 or 26.26% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA2FA is #325D05. Grayscale: #B8B8B8. Windows color (decimal): -3300614 or 16425677. OLE color: 16425677.

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

Color convert

RGB 205 162 250 -
CMYK 0.18 0.35 0 0.02
HSL 269.32º 0.9% 0.81% -
HSV(B) 269.32º 0.35% 0.98% -
XYZ 55.35 45.72 96.35 -
YUV 184.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 205 162 250 0.18 0.35 0 0.02 269.32 0.9 0.81
Hex CD A2 FA 12 23 0 2 10D 5A 51
Octal 315 242 372 22 43 0 2 415 132 121
Binary 11001101 10100010 11111010 10010 100011 0 10 100001101 1011010 1010001

Color Harmonies of #CDA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA2FA

Black with #CDA2FA

Text Example


Text Example

White with #CDA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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