Html Css Color HEX #C49EF4 Perfume

📋 copy color: '#C49EF4'

red 196 ◦ green 158 ◦ blue 244

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

Shades of Perfume #C49EF4

Tints of Perfume #C49EF4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.42%

 BLUE value IS 244 (95.7% from 255) = 40.8%

R = 32.78%
G = 26.42%
B = 40.8%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C49EF4 (or 0xC49EF4) is known color: Perfume. HEX triplet: C4, 9E and F4. RGB value is (196,158,244). Sum of RGB (Red+Green+Blue) = 196+158+244=598 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.78% from 598); Green value is 158 (62.11% from 255 or 26.42% from 598); Blue value is 244 (95.70% from 255 or 40.80% from 598); Max value from RGB is 244 - color contains mainly: blue. Hex color #C49EF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EF4 is #3B610B. Grayscale: #B2B2B2. Windows color (decimal): -3891468 or 16031428. OLE color: 16031428.

HSL color Cylindrical-coordinate representation of color #C49EF4: hue angle of 266.51º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49EF4 is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 158 244 -
CMYK 0.20 0.35 0 0.04
HSL 266.51º 0.8% 0.79% -
HSV(B) 266.51º 0.35% 0.96% -
XYZ 51.32 42.72 91.13 -
YUV 179.17 164.59 140.01 -
System Red Green Blue C M Y K H S L
Decimal 196 158 244 0.20 0.35 0 0.04 266.51 0.8 0.79
Hex C4 9E F4 14 23 0 4 10B 50 4F
Octal 304 236 364 24 43 0 4 413 120 117
Binary 11000100 10011110 11110100 10100 100011 0 100 100001011 1010000 1001111

Color Harmonies of #C49EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EF4

Black with #C49EF4

Text Example


Text Example

White with #C49EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EF4; }

 p { color: rgb(196,158,244); }

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

background-color css

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

 a { background-color: rgb(196,158,244); }

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

border-color css

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

 span { border-color: rgb(196,158,244); }

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