Html Css Color HEX #C49DFE Perfume

📋 copy color: '#C49DFE'

red 196 ◦ green 157 ◦ blue 254

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

Shades of Perfume #C49DFE

Tints of Perfume #C49DFE

RGB

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

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

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

R = 32.29%
G = 25.86%
B = 41.85%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C49DFE (or 0xC49DFE) is known color: Perfume. HEX triplet: C4, 9D and FE. RGB value is (196,157,254). Sum of RGB (Red+Green+Blue) = 196+157+254=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 157 (61.72% from 255 or 25.86% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DFE is #3B6201. Grayscale: #B3B3B3. Windows color (decimal): -3891714 or 16686532. OLE color: 16686532.

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

Color convert

RGB 196 157 254 -
CMYK 0.23 0.38 0 0.00
HSL 264.12º 0.98% 0.81% -
HSV(B) 264.12º 0.38% 1% -
XYZ 52.71 43.01 99.29 -
YUV 179.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 196 157 254 0.23 0.38 0 0.00 264.12 0.98 0.81
Hex C4 9D FE 17 26 0 0 108 62 51
Octal 304 235 376 27 46 0 0 410 142 121
Binary 11000100 10011101 11111110 10111 100110 0 0 100001000 1100010 1010001

Color Harmonies of #C49DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DFE

Black with #C49DFE

Text Example


Text Example

White with #C49DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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