Html Css Color HEX #C49AFE Perfume

📋 copy color: '#C49AFE'

red 196 ◦ green 154 ◦ blue 254

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

Shades of Perfume #C49AFE

Tints of Perfume #C49AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.05%

R = 32.45%
G = 25.5%
B = 42.05%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C49AFE (or 0xC49AFE) is known color: Perfume. HEX triplet: C4, 9A and FE. RGB value is (196,154,254). Sum of RGB (Red+Green+Blue) = 196+154+254=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 154 (60.55% from 255 or 25.50% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AFE is #3B6501. Grayscale: #B1B1B1. Windows color (decimal): -3892482 or 16685764. OLE color: 16685764.

HSL color Cylindrical-coordinate representation of color #C49AFE: hue angle of 265.2º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49AFE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 154 254 -
CMYK 0.23 0.39 0 0.00
HSL 265.2º 0.98% 0.8% -
HSV(B) 265.2º 0.39% 1% -
XYZ 52.21 42 99.12 -
YUV 177.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 196 154 254 0.23 0.39 0 0.00 265.2 0.98 0.8
Hex C4 9A FE 17 27 0 0 109 62 50
Octal 304 232 376 27 47 0 0 411 142 120
Binary 11000100 10011010 11111110 10111 100111 0 0 100001001 1100010 1010000

Color Harmonies of #C49AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AFE

Black with #C49AFE

Text Example


Text Example

White with #C49AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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