Html Css Color HEX #CDA0F6 Mauve

📋 copy color: '#CDA0F6'

red 205 ◦ green 160 ◦ blue 246

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

Shades of Mauve #CDA0F6

Tints of Mauve #CDA0F6

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.19%

 BLUE value IS 246 (96.48% from 255) = 40.26%

R = 33.55%
G = 26.19%
B = 40.26%

CMYK

 C value IS 0.17

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CDA0F6 (or 0xCDA0F6) is known color: Mauve. HEX triplet: CD, A0 and F6. RGB value is (205,160,246). Sum of RGB (Red+Green+Blue) = 205+160+246=611 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.55% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #CDA0F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CDA0F6 is #325F09. Grayscale: #B6B6B6. Windows color (decimal): -3301130 or 16163021. OLE color: 16163021.

HSL color Cylindrical-coordinate representation of color #CDA0F6: hue angle of 271.4º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CDA0F6 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 205 160 246 -
CMYK 0.17 0.35 0 0.04
HSL 271.4º 0.83% 0.8% -
HSV(B) 271.4º 0.35% 0.96% -
XYZ 54.38 44.77 92.96 -
YUV 183.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 205 160 246 0.17 0.35 0 0.04 271.4 0.83 0.8
Hex CD A0 F6 11 23 0 4 10F 53 50
Octal 315 240 366 21 43 0 4 417 123 120
Binary 11001101 10100000 11110110 10001 100011 0 100 100001111 1010011 1010000

Color Harmonies of #CDA0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDA0F6

Black with #CDA0F6

Text Example


Text Example

White with #CDA0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDA0F6; }

 p { color: rgb(205,160,246); }

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

background-color css

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

 a { background-color: rgb(205,160,246); }

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

border-color css

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

 span { border-color: rgb(205,160,246); }

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