Html Css Color HEX #C49FEF Perfume

📋 copy color: '#C49FEF'

red 196 ◦ green 159 ◦ blue 239

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

Shades of Perfume #C49FEF

Tints of Perfume #C49FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 33%
G = 26.77%
B = 40.24%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C49FEF (or 0xC49FEF) is known color: Perfume. HEX triplet: C4, 9F and EF. RGB value is (196,159,239). Sum of RGB (Red+Green+Blue) = 196+159+239=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 159 (62.5% from 255 or 26.77% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #C49FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FEF is #3B6010. Grayscale: #B2B2B2. Windows color (decimal): -3891217 or 15704004. OLE color: 15704004.

HSL color Cylindrical-coordinate representation of color #C49FEF: hue angle of 267.75º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49FEF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 196 159 239 -
CMYK 0.18 0.33 0 0.06
HSL 267.75º 0.71% 0.78% -
HSV(B) 267.75º 0.33% 0.94% -
XYZ 50.74 42.76 87.24 -
YUV 179.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 196 159 239 0.18 0.33 0 0.06 267.75 0.71 0.78
Hex C4 9F EF 12 21 0 6 10C 47 4E
Octal 304 237 357 22 41 0 6 414 107 116
Binary 11000100 10011111 11101111 10010 100001 0 110 100001100 1000111 1001110

Color Harmonies of #C49FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49FEF

Black with #C49FEF

Text Example


Text Example

White with #C49FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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