Html Css Color HEX #C49CFD Perfume

📋 copy color: '#C49CFD'

red 196 ◦ green 156 ◦ blue 253

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

Shades of Perfume #C49CFD

Tints of Perfume #C49CFD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.79%

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

R = 32.4%
G = 25.79%
B = 41.82%

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

#C49CFD (or 0xC49CFD) is known color: Perfume. HEX triplet: C4, 9C and FD. RGB value is (196,156,253). Sum of RGB (Red+Green+Blue) = 196+156+253=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #C49CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFD is #3B6302. Grayscale: #B2B2B2. Windows color (decimal): -3891971 or 16620740. OLE color: 16620740.

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

Color convert

RGB 196 156 253 -
CMYK 0.23 0.38 0 0.01
HSL 264.74º 0.96% 0.8% -
HSV(B) 264.74º 0.38% 0.99% -
XYZ 52.38 42.6 98.39 -
YUV 179.02 169.75 140.11 -
System Red Green Blue C M Y K H S L
Decimal 196 156 253 0.23 0.38 0 0.01 264.74 0.96 0.8
Hex C4 9C FD 17 26 0 1 109 60 50
Octal 304 234 375 27 46 0 1 411 140 120
Binary 11000100 10011100 11111101 10111 100110 0 1 100001001 1100000 1010000

Color Harmonies of #C49CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CFD

Black with #C49CFD

Text Example


Text Example

White with #C49CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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