Html Css Color HEX #C49BFD Perfume

📋 copy color: '#C49BFD'

red 196 ◦ green 155 ◦ blue 253

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

Shades of Perfume #C49BFD

Tints of Perfume #C49BFD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

 BLUE value IS 253 (99.22% from 255) = 41.89%

R = 32.45%
G = 25.66%
B = 41.89%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C49BFD (or 0xC49BFD) is known color: Perfume. HEX triplet: C4, 9B and FD. RGB value is (196,155,253). Sum of RGB (Red+Green+Blue) = 196+155+253=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #C49BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49BFD is #3B6402. Grayscale: #B2B2B2. Windows color (decimal): -3892227 or 16620484. OLE color: 16620484.

HSL color Cylindrical-coordinate representation of color #C49BFD: hue angle of 265.1º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49BFD is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 155 253 -
CMYK 0.23 0.39 0 0.01
HSL 265.1º 0.96% 0.8% -
HSV(B) 265.1º 0.39% 0.99% -
XYZ 52.22 42.27 98.34 -
YUV 178.43 170.08 140.53 -
System Red Green Blue C M Y K H S L
Decimal 196 155 253 0.23 0.39 0 0.01 265.1 0.96 0.8
Hex C4 9B FD 17 27 0 1 109 60 50
Octal 304 233 375 27 47 0 1 411 140 120
Binary 11000100 10011011 11111101 10111 100111 0 1 100001001 1100000 1010000

Color Harmonies of #C49BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49BFD

Black with #C49BFD

Text Example


Text Example

White with #C49BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49BFD; }

 p { color: rgb(196,155,253); }

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

background-color css

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

 a { background-color: rgb(196,155,253); }

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

border-color css

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

 span { border-color: rgb(196,155,253); }

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