Html Css Color HEX #C4A1F9 Perfume

📋 copy color: '#C4A1F9'

red 196 ◦ green 161 ◦ blue 249

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

Shades of Perfume #C4A1F9

Tints of Perfume #C4A1F9

RGB

 RED value IS 196 (76.95% from 255) = 32.34%

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

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

R = 32.34%
G = 26.57%
B = 41.09%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C4A1F9 (or 0xC4A1F9) is known color: Perfume. HEX triplet: C4, A1 and F9. RGB value is (196,161,249). Sum of RGB (Red+Green+Blue) = 196+161+249=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 161 (63.28% from 255 or 26.57% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #C4A1F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A1F9 is #3B5E06. Grayscale: #B5B5B5. Windows color (decimal): -3890695 or 16359876. OLE color: 16359876.

HSL color Cylindrical-coordinate representation of color #C4A1F9: hue angle of 263.86º 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 #C4A1F9 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 161 249 -
CMYK 0.21 0.35 0 0.02
HSL 263.86º 0.88% 0.8% -
HSV(B) 263.86º 0.35% 0.98% -
XYZ 52.61 44.07 95.36 -
YUV 181.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 196 161 249 0.21 0.35 0 0.02 263.86 0.88 0.8
Hex C4 A1 F9 15 23 0 2 108 58 50
Octal 304 241 371 25 43 0 2 410 130 120
Binary 11000100 10100001 11111001 10101 100011 0 10 100001000 1011000 1010000

Color Harmonies of #C4A1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A1F9

Black with #C4A1F9

Text Example


Text Example

White with #C4A1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A1F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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