Html Css Color HEX #C2A1F9 Perfume

📋 copy color: '#C2A1F9'

red 194 ◦ green 161 ◦ blue 249

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

Shades of Perfume #C2A1F9

Tints of Perfume #C2A1F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 32.12%
G = 26.66%
B = 41.23%

CMYK

 C value IS 0.22

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2A1F9 (or 0xC2A1F9) is known color: Perfume. HEX triplet: C2, A1 and F9. RGB value is (194,161,249). Sum of RGB (Red+Green+Blue) = 194+161+249=604 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.12% from 604); Green value is 161 (63.28% from 255 or 26.66% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A1F9 is #3D5E06. Grayscale: #B4B4B4. Windows color (decimal): -4021767 or 16359874. OLE color: 16359874.

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

Color convert

RGB 194 161 249 -
CMYK 0.22 0.35 0 0.02
HSL 262.5º 0.88% 0.8% -
HSV(B) 262.5º 0.35% 0.98% -
XYZ 52.09 43.8 95.33 -
YUV 180.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 194 161 249 0.22 0.35 0 0.02 262.5 0.88 0.8
Hex C2 A1 F9 16 23 0 2 106 58 50
Octal 302 241 371 26 43 0 2 406 130 120
Binary 11000010 10100001 11111001 10110 100011 0 10 100000110 1011000 1010000

Color Harmonies of #C2A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2A1F9

Black with #C2A1F9

Text Example


Text Example

White with #C2A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2A1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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