Html Css Color HEX #C49FFC Perfume

📋 copy color: '#C49FFC'

red 196 ◦ green 159 ◦ blue 252

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

Shades of Perfume #C49FFC

Tints of Perfume #C49FFC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.19%

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

R = 32.29%
G = 26.19%
B = 41.52%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C49FFC (or 0xC49FFC) is known color: Perfume. HEX triplet: C4, 9F and FC. RGB value is (196,159,252). Sum of RGB (Red+Green+Blue) = 196+159+252=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #C49FFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFC is #3B6003. Grayscale: #B4B4B4. Windows color (decimal): -3891204 or 16555972. OLE color: 16555972.

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

Color convert

RGB 196 159 252 -
CMYK 0.22 0.37 0 0.01
HSL 263.87º 0.94% 0.81% -
HSV(B) 263.87º 0.37% 0.99% -
XYZ 52.73 43.56 97.72 -
YUV 180.67 168.26 138.94 -
System Red Green Blue C M Y K H S L
Decimal 196 159 252 0.22 0.37 0 0.01 263.87 0.94 0.81
Hex C4 9F FC 16 25 0 1 108 5E 51
Octal 304 237 374 26 45 0 1 410 136 121
Binary 11000100 10011111 11111100 10110 100101 0 1 100001000 1011110 1010001

Color Harmonies of #C49FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FFC

Black with #C49FFC

Text Example


Text Example

White with #C49FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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