Html Css Color HEX #C49FE7 Perfume

📋 copy color: '#C49FE7'

red 196 ◦ green 159 ◦ blue 231

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

Shades of Perfume #C49FE7

Tints of Perfume #C49FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.42%

R = 33.45%
G = 27.13%
B = 39.42%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C49FE7 (or 0xC49FE7) is known color: Perfume. HEX triplet: C4, 9F and E7. RGB value is (196,159,231). Sum of RGB (Red+Green+Blue) = 196+159+231=586 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.45% from 586); Green value is 159 (62.5% from 255 or 27.13% from 586); Blue value is 231 (90.62% from 255 or 39.42% from 586); Max value from RGB is 231 - color contains mainly: blue. Hex color #C49FE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FE7 is #3B6018. Grayscale: #B2B2B2. Windows color (decimal): -3891225 or 15179716. OLE color: 15179716.

HSL color Cylindrical-coordinate representation of color #C49FE7: hue angle of 270.83º degrees, saturation: 0.6, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C49FE7 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 159 231 -
CMYK 0.15 0.31 0 0.09
HSL 270.83º 0.6% 0.76% -
HSV(B) 270.83º 0.31% 0.91% -
XYZ 49.59 42.3 81.15 -
YUV 178.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 196 159 231 0.15 0.31 0 0.09 270.83 0.6 0.76
Hex C4 9F E7 F 1F 0 9 10F 3C 4C
Octal 304 237 347 17 37 0 11 417 74 114
Binary 11000100 10011111 11100111 1111 11111 0 1001 100001111 111100 1001100

Color Harmonies of #C49FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FE7

Black with #C49FE7

Text Example


Text Example

White with #C49FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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