Html Css Color HEX #C49AFC Perfume

📋 copy color: '#C49AFC'

red 196 ◦ green 154 ◦ blue 252

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

Shades of Perfume #C49AFC

Tints of Perfume #C49AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 32.56%
G = 25.58%
B = 41.86%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C49AFC (or 0xC49AFC) is known color: Perfume. HEX triplet: C4, 9A and FC. RGB value is (196,154,252). Sum of RGB (Red+Green+Blue) = 196+154+252=602 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.56% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AFC is #3B6503. Grayscale: #B1B1B1. Windows color (decimal): -3892484 or 16554692. OLE color: 16554692.

HSL color Cylindrical-coordinate representation of color #C49AFC: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49AFC is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 154 252 -
CMYK 0.22 0.39 0 0.01
HSL 265.71º 0.94% 0.8% -
HSV(B) 265.71º 0.39% 0.99% -
XYZ 51.89 41.88 97.44 -
YUV 177.73 169.91 141.03 -
System Red Green Blue C M Y K H S L
Decimal 196 154 252 0.22 0.39 0 0.01 265.71 0.94 0.8
Hex C4 9A FC 16 27 0 1 10A 5E 50
Octal 304 232 374 26 47 0 1 412 136 120
Binary 11000100 10011010 11111100 10110 100111 0 1 100001010 1011110 1010000

Color Harmonies of #C49AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AFC

Black with #C49AFC

Text Example


Text Example

White with #C49AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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