Html Css Color HEX #C49AF1 Perfume

📋 copy color: '#C49AF1'

red 196 ◦ green 154 ◦ blue 241

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

Shades of Perfume #C49AF1

Tints of Perfume #C49AF1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.06%

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 33.16%
G = 26.06%
B = 40.78%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C49AF1 (or 0xC49AF1) is known color: Perfume. HEX triplet: C4, 9A and F1. RGB value is (196,154,241). Sum of RGB (Red+Green+Blue) = 196+154+241=591 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.16% from 591); Green value is 154 (60.55% from 255 or 26.06% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #C49AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AF1 is #3B650E. Grayscale: #B0B0B0. Windows color (decimal): -3892495 or 15833796. OLE color: 15833796.

HSL color Cylindrical-coordinate representation of color #C49AF1: hue angle of 268.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49AF1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 154 241 -
CMYK 0.19 0.36 0 0.05
HSL 268.97º 0.76% 0.77% -
HSV(B) 268.97º 0.36% 0.95% -
XYZ 50.2 41.2 88.53 -
YUV 176.48 164.41 141.93 -
System Red Green Blue C M Y K H S L
Decimal 196 154 241 0.19 0.36 0 0.05 268.97 0.76 0.77
Hex C4 9A F1 13 24 0 5 10D 4C 4D
Octal 304 232 361 23 44 0 5 415 114 115
Binary 11000100 10011010 11110001 10011 100100 0 101 100001101 1001100 1001101

Color Harmonies of #C49AF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AF1

Black with #C49AF1

Text Example


Text Example

White with #C49AF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AF1; }

 p { color: rgb(196,154,241); }

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

background-color css

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

 a { background-color: rgb(196,154,241); }

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

border-color css

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

 span { border-color: rgb(196,154,241); }

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