Html Css Color HEX #C49CFE Perfume

📋 copy color: '#C49CFE'

red 196 ◦ green 156 ◦ blue 254

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

Shades of Perfume #C49CFE

Tints of Perfume #C49CFE

RGB

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

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

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

R = 32.34%
G = 25.74%
B = 41.91%

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

#C49CFE (or 0xC49CFE) is known color: Perfume. HEX triplet: C4, 9C and FE. RGB value is (196,156,254). Sum of RGB (Red+Green+Blue) = 196+156+254=606 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.34% from 606); Green value is 156 (61.33% from 255 or 25.74% from 606); Blue value is 254 (99.61% from 255 or 41.91% from 606); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFE is #3B6301. Grayscale: #B2B2B2. Windows color (decimal): -3891970 or 16686276. OLE color: 16686276.

HSL color Cylindrical-coordinate representation of color #C49CFE: hue angle of 264.49º 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 #C49CFE is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 196 156 254 -
CMYK 0.23 0.39 0 0.00
HSL 264.49º 0.98% 0.8% -
HSV(B) 264.49º 0.39% 1% -
XYZ 52.54 42.67 99.23 -
YUV 179.13 170.25 140.03 -
System Red Green Blue C M Y K H S L
Decimal 196 156 254 0.23 0.39 0 0.00 264.49 0.98 0.8
Hex C4 9C FE 17 27 0 0 108 62 50
Octal 304 234 376 27 47 0 0 410 142 120
Binary 11000100 10011100 11111110 10111 100111 0 0 100001000 1100010 1010000

Color Harmonies of #C49CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CFE

Black with #C49CFE

Text Example


Text Example

White with #C49CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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