Html Css Color HEX #C49DFA Perfume

📋 copy color: '#C49DFA'

red 196 ◦ green 157 ◦ blue 250

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

Shades of Perfume #C49DFA

Tints of Perfume #C49DFA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.04%

 BLUE value IS 250 (98.05% from 255) = 41.46%

R = 32.5%
G = 26.04%
B = 41.46%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C49DFA (or 0xC49DFA) is known color: Perfume. HEX triplet: C4, 9D and FA. RGB value is (196,157,250). Sum of RGB (Red+Green+Blue) = 196+157+250=603 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.50% from 603); Green value is 157 (61.72% from 255 or 26.04% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #C49DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DFA is #3B6205. Grayscale: #B2B2B2. Windows color (decimal): -3891718 or 16424388. OLE color: 16424388.

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

Color convert

RGB 196 157 250 -
CMYK 0.22 0.37 0 0.02
HSL 265.16º 0.9% 0.8% -
HSV(B) 265.16º 0.37% 0.98% -
XYZ 52.08 42.75 95.95 -
YUV 179.26 167.92 139.94 -
System Red Green Blue C M Y K H S L
Decimal 196 157 250 0.22 0.37 0 0.02 265.16 0.9 0.8
Hex C4 9D FA 16 25 0 2 109 5A 50
Octal 304 235 372 26 45 0 2 411 132 120
Binary 11000100 10011101 11111010 10110 100101 0 10 100001001 1011010 1010000

Color Harmonies of #C49DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DFA

Black with #C49DFA

Text Example


Text Example

White with #C49DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DFA; }

 p { color: rgb(196,157,250); }

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

background-color css

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

 a { background-color: rgb(196,157,250); }

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

border-color css

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

 span { border-color: rgb(196,157,250); }

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