Html Css Color HEX #C196EC Perfume

📋 copy color: '#C196EC'

red 193 ◦ green 150 ◦ blue 236

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

Shades of Perfume #C196EC

Tints of Perfume #C196EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.76%

R = 33.33%
G = 25.91%
B = 40.76%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C196EC (or 0xC196EC) is known color: Perfume. HEX triplet: C1, 96 and EC. RGB value is (193,150,236). Sum of RGB (Red+Green+Blue) = 193+150+236=579 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.33% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 236 (92.58% from 255 or 40.76% from 579); Max value from RGB is 236 - color contains mainly: blue. Hex color #C196EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196EC is #3E6913. Grayscale: #ACACAC. Windows color (decimal): -4090132 or 15505089. OLE color: 15505089.

HSL color Cylindrical-coordinate representation of color #C196EC: hue angle of 270º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C196EC is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 150 236 -
CMYK 0.18 0.36 0 0.07
HSL 270º 0.69% 0.76% -
HSV(B) 270º 0.36% 0.93% -
XYZ 48.04 39.21 84.39 -
YUV 172.66 163.75 142.51 -
System Red Green Blue C M Y K H S L
Decimal 193 150 236 0.18 0.36 0 0.07 270 0.69 0.76
Hex C1 96 EC 12 24 0 7 10E 45 4C
Octal 301 226 354 22 44 0 7 416 105 114
Binary 11000001 10010110 11101100 10010 100100 0 111 100001110 1000101 1001100

Color Harmonies of #C196EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C196EC

Black with #C196EC

Text Example


Text Example

White with #C196EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C196EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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