Html Css Color HEX #C49CFB Perfume

📋 copy color: '#C49CFB'

red 196 ◦ green 156 ◦ blue 251

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

Shades of Perfume #C49CFB

Tints of Perfume #C49CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 32.5%
G = 25.87%
B = 41.63%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C49CFB (or 0xC49CFB) is known color: Perfume. HEX triplet: C4, 9C and FB. RGB value is (196,156,251). Sum of RGB (Red+Green+Blue) = 196+156+251=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 156 (61.33% from 255 or 25.87% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #C49CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFB is #3B6304. Grayscale: #B2B2B2. Windows color (decimal): -3891973 or 16489668. OLE color: 16489668.

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

Color convert

RGB 196 156 251 -
CMYK 0.22 0.38 0 0.02
HSL 265.26º 0.92% 0.8% -
HSV(B) 265.26º 0.38% 0.98% -
XYZ 52.07 42.48 96.72 -
YUV 178.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 196 156 251 0.22 0.38 0 0.02 265.26 0.92 0.8
Hex C4 9C FB 16 26 0 2 109 5C 50
Octal 304 234 373 26 46 0 2 411 134 120
Binary 11000100 10011100 11111011 10110 100110 0 10 100001001 1011100 1010000

Color Harmonies of #C49CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CFB

Black with #C49CFB

Text Example


Text Example

White with #C49CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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