Html Css Color HEX #C49DEA Perfume

📋 copy color: '#C49DEA'

red 196 ◦ green 157 ◦ blue 234

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

Shades of Perfume #C49DEA

Tints of Perfume #C49DEA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.75%

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

R = 33.39%
G = 26.75%
B = 39.86%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C49DEA (or 0xC49DEA) is known color: Perfume. HEX triplet: C4, 9D and EA. RGB value is (196,157,234). Sum of RGB (Red+Green+Blue) = 196+157+234=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #C49DEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49DEA is #3B6215. Grayscale: #B1B1B1. Windows color (decimal): -3891734 or 15375812. OLE color: 15375812.

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

Color convert

RGB 196 157 234 -
CMYK 0.16 0.33 0 0.08
HSL 270.39º 0.65% 0.77% -
HSV(B) 270.39º 0.33% 0.92% -
XYZ 49.67 41.79 83.29 -
YUV 177.44 159.92 141.24 -
System Red Green Blue C M Y K H S L
Decimal 196 157 234 0.16 0.33 0 0.08 270.39 0.65 0.77
Hex C4 9D EA 10 21 0 8 10E 41 4D
Octal 304 235 352 20 41 0 10 416 101 115
Binary 11000100 10011101 11101010 10000 100001 0 1000 100001110 1000001 1001101

Color Harmonies of #C49DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49DEA

Black with #C49DEA

Text Example


Text Example

White with #C49DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49DEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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