Html Css Color HEX #C49EEA Perfume

📋 copy color: '#C49EEA'

red 196 ◦ green 158 ◦ blue 234

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

Shades of Perfume #C49EEA

Tints of Perfume #C49EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 33.33%
G = 26.87%
B = 39.8%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49EEA (or 0xC49EEA) is known color: Perfume. HEX triplet: C4, 9E and EA. RGB value is (196,158,234). Sum of RGB (Red+Green+Blue) = 196+158+234=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EEA is #3B6115. Grayscale: #B1B1B1. Windows color (decimal): -3891478 or 15376068. OLE color: 15376068.

HSL color Cylindrical-coordinate representation of color #C49EEA: hue angle of 270º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49EEA is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 158 234 -
CMYK 0.16 0.32 0 0.08
HSL 270º 0.64% 0.77% -
HSV(B) 270º 0.32% 0.92% -
XYZ 49.84 42.13 83.35 -
YUV 178.03 159.59 140.82 -
System Red Green Blue C M Y K H S L
Decimal 196 158 234 0.16 0.32 0 0.08 270 0.64 0.77
Hex C4 9E EA 10 20 0 8 10E 40 4D
Octal 304 236 352 20 40 0 10 416 100 115
Binary 11000100 10011110 11101010 10000 100000 0 1000 100001110 1000000 1001101

Color Harmonies of #C49EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EEA

Black with #C49EEA

Text Example


Text Example

White with #C49EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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