Html Css Color HEX #C3A1DC Perfume

📋 copy color: '#C3A1DC'

red 195 ◦ green 161 ◦ blue 220

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

Shades of Perfume #C3A1DC

Tints of Perfume #C3A1DC

RGB

 RED value IS 195 (76.56% from 255) = 33.85%

 GREEN value IS 161 (63.28% from 255) = 27.95%

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 33.85%
G = 27.95%
B = 38.19%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C3A1DC (or 0xC3A1DC) is known color: Perfume. HEX triplet: C3, A1 and DC. RGB value is (195,161,220). Sum of RGB (Red+Green+Blue) = 195+161+220=576 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.85% from 576); Green value is 161 (63.28% from 255 or 27.95% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #C3A1DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1DC is #3C5E23. Grayscale: #B1B1B1. Windows color (decimal): -3956260 or 14459331. OLE color: 14459331.

HSL color Cylindrical-coordinate representation of color #C3A1DC: hue angle of 274.58º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3A1DC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 195 161 220 -
CMYK 0.11 0.27 0 0.14
HSL 274.58º 0.46% 0.75% -
HSV(B) 274.58º 0.27% 0.86% -
XYZ 48.17 42.26 73.33 -
YUV 177.89 151.76 140.2 -
System Red Green Blue C M Y K H S L
Decimal 195 161 220 0.11 0.27 0 0.14 274.58 0.46 0.75
Hex C3 A1 DC B 1B 0 E 113 2E 4B
Octal 303 241 334 13 33 0 16 423 56 113
Binary 11000011 10100001 11011100 1011 11011 0 1110 100010011 101110 1001011

Color Harmonies of #C3A1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A1DC

Black with #C3A1DC

Text Example


Text Example

White with #C3A1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A1DC; }

 p { color: rgb(195,161,220); }

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

background-color css

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

 a { background-color: rgb(195,161,220); }

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

border-color css

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

 span { border-color: rgb(195,161,220); }

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