Html Css Color HEX #C196FE Perfume

📋 copy color: '#C196FE'

red 193 ◦ green 150 ◦ blue 254

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

Shades of Perfume #C196FE

Tints of Perfume #C196FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 42.55%

R = 32.33%
G = 25.13%
B = 42.55%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C196FE (or 0xC196FE) is known color: Perfume. HEX triplet: C1, 96 and FE. RGB value is (193,150,254). Sum of RGB (Red+Green+Blue) = 193+150+254=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 150 (58.98% from 255 or 25.13% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #C196FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196FE is #3E6901. Grayscale: #AEAEAE. Windows color (decimal): -4090114 or 16684737. OLE color: 16684737.

HSL color Cylindrical-coordinate representation of color #C196FE: hue angle of 264.81º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C196FE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 150 254 -
CMYK 0.24 0.41 0 0.00
HSL 264.81º 0.98% 0.79% -
HSV(B) 264.81º 0.41% 1% -
XYZ 50.79 40.31 98.87 -
YUV 174.71 172.75 141.04 -
System Red Green Blue C M Y K H S L
Decimal 193 150 254 0.24 0.41 0 0.00 264.81 0.98 0.79
Hex C1 96 FE 18 29 0 0 109 62 4F
Octal 301 226 376 30 51 0 0 411 142 117
Binary 11000001 10010110 11111110 11000 101001 0 0 100001001 1100010 1001111

Color Harmonies of #C196FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196FE

Black with #C196FE

Text Example


Text Example

White with #C196FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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