Html Css Color HEX #C196FB Perfume

📋 copy color: '#C196FB'

red 193 ◦ green 150 ◦ blue 251

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

Shades of Perfume #C196FB

Tints of Perfume #C196FB

RGB

 RED value IS 193 (75.78% from 255) = 32.49%

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

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

R = 32.49%
G = 25.25%
B = 42.26%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C196FB (or 0xC196FB) is known color: Perfume. HEX triplet: C1, 96 and FB. RGB value is (193,150,251). Sum of RGB (Red+Green+Blue) = 193+150+251=594 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.49% from 594); Green value is 150 (58.98% from 255 or 25.25% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C196FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196FB is #3E6904. Grayscale: #AEAEAE. Windows color (decimal): -4090117 or 16488129. OLE color: 16488129.

HSL color Cylindrical-coordinate representation of color #C196FB: hue angle of 265.54º 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 #C196FB is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 150 251 -
CMYK 0.23 0.40 0 0.02
HSL 265.54º 0.93% 0.79% -
HSV(B) 265.54º 0.4% 0.98% -
XYZ 50.31 40.12 96.36 -
YUV 174.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 193 150 251 0.23 0.40 0 0.02 265.54 0.93 0.79
Hex C1 96 FB 17 28 0 2 10A 5D 4F
Octal 301 226 373 27 50 0 2 412 135 117
Binary 11000001 10010110 11111011 10111 101000 0 10 100001010 1011101 1001111

Color Harmonies of #C196FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196FB

Black with #C196FB

Text Example


Text Example

White with #C196FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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