Html Css Color HEX #C49EFD Perfume

📋 copy color: '#C49EFD'

red 196 ◦ green 158 ◦ blue 253

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

Shades of Perfume #C49EFD

Tints of Perfume #C49EFD

RGB

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

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

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

R = 32.29%
G = 26.03%
B = 41.68%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C49EFD (or 0xC49EFD) is known color: Perfume. HEX triplet: C4, 9E and FD. RGB value is (196,158,253). Sum of RGB (Red+Green+Blue) = 196+158+253=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 158 (62.11% from 255 or 26.03% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #C49EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFD is #3B6102. Grayscale: #B3B3B3. Windows color (decimal): -3891459 or 16621252. OLE color: 16621252.

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

Color convert

RGB 196 158 253 -
CMYK 0.23 0.38 0 0.01
HSL 264º 0.96% 0.81% -
HSV(B) 264º 0.38% 0.99% -
XYZ 52.72 43.28 98.5 -
YUV 180.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 196 158 253 0.23 0.38 0 0.01 264 0.96 0.81
Hex C4 9E FD 17 26 0 1 108 60 51
Octal 304 236 375 27 46 0 1 410 140 121
Binary 11000100 10011110 11111101 10111 100110 0 1 100001000 1100000 1010001

Color Harmonies of #C49EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49EFD

Black with #C49EFD

Text Example


Text Example

White with #C49EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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