Html Css Color HEX #C496FB Perfume

📋 copy color: '#C496FB'

red 196 ◦ green 150 ◦ blue 251

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

Shades of Perfume #C496FB

Tints of Perfume #C496FB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.13%

 BLUE value IS 251 (98.44% from 255) = 42.04%

R = 32.83%
G = 25.13%
B = 42.04%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C496FB (or 0xC496FB) is known color: Perfume. HEX triplet: C4, 96 and FB. RGB value is (196,150,251). Sum of RGB (Red+Green+Blue) = 196+150+251=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #C496FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C496FB is #3B6904. Grayscale: #AEAEAE. Windows color (decimal): -3893509 or 16488132. OLE color: 16488132.

HSL color Cylindrical-coordinate representation of color #C496FB: hue angle of 267.33º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C496FB is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 196 150 251 -
CMYK 0.22 0.40 0 0.02
HSL 267.33º 0.93% 0.79% -
HSV(B) 267.33º 0.4% 0.98% -
XYZ 51.08 40.51 96.39 -
YUV 175.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 196 150 251 0.22 0.40 0 0.02 267.33 0.93 0.79
Hex C4 96 FB 16 28 0 2 10B 5D 4F
Octal 304 226 373 26 50 0 2 413 135 117
Binary 11000100 10010110 11111011 10110 101000 0 10 100001011 1011101 1001111

Color Harmonies of #C496FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C496FB

Black with #C496FB

Text Example


Text Example

White with #C496FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C496FB; }

 p { color: rgb(196,150,251); }

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

background-color css

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

 a { background-color: rgb(196,150,251); }

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

border-color css

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

 span { border-color: rgb(196,150,251); }

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