Html Css Color HEX #C3A1DD Perfume

📋 copy color: '#C3A1DD'

red 195 ◦ green 161 ◦ blue 221

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

Shades of Perfume #C3A1DD

Tints of Perfume #C3A1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 33.8%
G = 27.9%
B = 38.3%

CMYK

 C value IS 0.12

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C3A1DD (or 0xC3A1DD) is known color: Perfume. HEX triplet: C3, A1 and DD. RGB value is (195,161,221). Sum of RGB (Red+Green+Blue) = 195+161+221=577 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.80% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #C3A1DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A1DD is #3C5E22. Grayscale: #B1B1B1. Windows color (decimal): -3956259 or 14524867. OLE color: 14524867.

HSL color Cylindrical-coordinate representation of color #C3A1DD: hue angle of 274º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C3A1DD is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 195 161 221 -
CMYK 0.12 0.27 0 0.13
HSL 274º 0.47% 0.75% -
HSV(B) 274º 0.27% 0.87% -
XYZ 48.3 42.31 74.03 -
YUV 178.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 195 161 221 0.12 0.27 0 0.13 274 0.47 0.75
Hex C3 A1 DD C 1B 0 D 112 2F 4B
Octal 303 241 335 14 33 0 15 422 57 113
Binary 11000011 10100001 11011101 1100 11011 0 1101 100010010 101111 1001011

Color Harmonies of #C3A1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A1DD

Black with #C3A1DD

Text Example


Text Example

White with #C3A1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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