Html Css Color HEX #C49CF5 Perfume

📋 copy color: '#C49CF5'

red 196 ◦ green 156 ◦ blue 245

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

Shades of Perfume #C49CF5

Tints of Perfume #C49CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.13%

 BLUE value IS 245 (96.09% from 255) = 41.04%

R = 32.83%
G = 26.13%
B = 41.04%

CMYK

 C value IS 0.2

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C49CF5 (or 0xC49CF5) is known color: Perfume. HEX triplet: C4, 9C and F5. RGB value is (196,156,245). Sum of RGB (Red+Green+Blue) = 196+156+245=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 156 (61.33% from 255 or 26.13% from 597); Blue value is 245 (96.09% from 255 or 41.04% from 597); Max value from RGB is 245 - color contains mainly: blue. Hex color #C49CF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CF5 is #3B630A. Grayscale: #B1B1B1. Windows color (decimal): -3891979 or 16096452. OLE color: 16096452.

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

Color convert

RGB 196 156 245 -
CMYK 0.2 0.36 0 0.04
HSL 266.97º 0.82% 0.79% -
HSV(B) 266.97º 0.36% 0.96% -
XYZ 51.13 42.11 91.82 -
YUV 178.11 165.75 140.76 -
System Red Green Blue C M Y K H S L
Decimal 196 156 245 0.2 0.36 0 0.04 266.97 0.82 0.79
Hex C4 9C F5 14 24 0 4 10B 52 4F
Octal 304 234 365 24 44 0 4 413 122 117
Binary 11000100 10011100 11110101 10100 100100 0 100 100001011 1010010 1001111

Color Harmonies of #C49CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CF5

Black with #C49CF5

Text Example


Text Example

White with #C49CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CF5; }

 p { color: rgb(196,156,245); }

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

background-color css

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

 a { background-color: rgb(196,156,245); }

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

border-color css

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

 span { border-color: rgb(196,156,245); }

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