Html Css Color HEX #C49EE7 Perfume

📋 copy color: '#C49EE7'

red 196 ◦ green 158 ◦ blue 231

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

Shades of Perfume #C49EE7

Tints of Perfume #C49EE7

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.01%

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

R = 33.5%
G = 27.01%
B = 39.49%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C49EE7 (or 0xC49EE7) is known color: Perfume. HEX triplet: C4, 9E and E7. RGB value is (196,158,231). Sum of RGB (Red+Green+Blue) = 196+158+231=585 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.50% from 585); Green value is 158 (62.11% from 255 or 27.01% from 585); Blue value is 231 (90.62% from 255 or 39.49% from 585); Max value from RGB is 231 - color contains mainly: blue. Hex color #C49EE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EE7 is #3B6118. Grayscale: #B1B1B1. Windows color (decimal): -3891481 or 15179460. OLE color: 15179460.

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

Color convert

RGB 196 158 231 -
CMYK 0.15 0.32 0 0.09
HSL 271.23º 0.6% 0.76% -
HSV(B) 271.23º 0.32% 0.91% -
XYZ 49.42 41.96 81.1 -
YUV 177.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 196 158 231 0.15 0.32 0 0.09 271.23 0.6 0.76
Hex C4 9E E7 F 20 0 9 10F 3C 4C
Octal 304 236 347 17 40 0 11 417 74 114
Binary 11000100 10011110 11100111 1111 100000 0 1001 100001111 111100 1001100

Color Harmonies of #C49EE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EE7

Black with #C49EE7

Text Example


Text Example

White with #C49EE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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