Html Css Color HEX #C2A1E0 Perfume

📋 copy color: '#C2A1E0'

red 194 ◦ green 161 ◦ blue 224

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

Shades of Perfume #C2A1E0

Tints of Perfume #C2A1E0

RGB

 RED value IS 194 (76.17% from 255) = 33.51%

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

 BLUE value IS 224 (87.89% from 255) = 38.69%

R = 33.51%
G = 27.81%
B = 38.69%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C2A1E0 (or 0xC2A1E0) is known color: Perfume. HEX triplet: C2, A1 and E0. RGB value is (194,161,224). Sum of RGB (Red+Green+Blue) = 194+161+224=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 161 (63.28% from 255 or 27.81% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #C2A1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A1E0 is #3D5E1F. Grayscale: #B1B1B1. Windows color (decimal): -4021792 or 14721474. OLE color: 14721474.

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

Color convert

RGB 194 161 224 -
CMYK 0.13 0.28 0 0.12
HSL 271.43º 0.5% 0.75% -
HSV(B) 271.43º 0.28% 0.88% -
XYZ 48.45 42.34 76.14 -
YUV 178.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 194 161 224 0.13 0.28 0 0.12 271.43 0.5 0.75
Hex C2 A1 E0 D 1C 0 C 10F 32 4B
Octal 302 241 340 15 34 0 14 417 62 113
Binary 11000010 10100001 11100000 1101 11100 0 1100 100001111 110010 1001011

Color Harmonies of #C2A1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A1E0

Black with #C2A1E0

Text Example


Text Example

White with #C2A1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A1E0; }

 p { color: rgb(194,161,224); }

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

background-color css

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

 a { background-color: rgb(194,161,224); }

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

border-color css

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

 span { border-color: rgb(194,161,224); }

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