Html Css Color HEX #C49EEE Perfume

📋 copy color: '#C49EEE'

red 196 ◦ green 158 ◦ blue 238

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

Shades of Perfume #C49EEE

Tints of Perfume #C49EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 33.11%
G = 26.69%
B = 40.2%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C49EEE (or 0xC49EEE) is known color: Perfume. HEX triplet: C4, 9E and EE. RGB value is (196,158,238). Sum of RGB (Red+Green+Blue) = 196+158+238=592 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.11% from 592); Green value is 158 (62.11% from 255 or 26.69% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #C49EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EEE is #3B6111. Grayscale: #B2B2B2. Windows color (decimal): -3891474 or 15638212. OLE color: 15638212.

HSL color Cylindrical-coordinate representation of color #C49EEE: hue angle of 268.5º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C49EEE is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 196 158 238 -
CMYK 0.18 0.34 0 0.07
HSL 268.5º 0.7% 0.78% -
HSV(B) 268.5º 0.34% 0.93% -
XYZ 50.42 42.36 86.41 -
YUV 178.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 196 158 238 0.18 0.34 0 0.07 268.5 0.7 0.78
Hex C4 9E EE 12 22 0 7 10C 46 4E
Octal 304 236 356 22 42 0 7 414 106 116
Binary 11000100 10011110 11101110 10010 100010 0 111 100001100 1000110 1001110

Color Harmonies of #C49EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EEE

Black with #C49EEE

Text Example


Text Example

White with #C49EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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